E | |
e, ext.math | |
Elements, ext. fbext_Array((T_)(Allocator_)) | |
Empty | |
encode_entities, ext.xml | |
encode_utf8, ext.xml | |
End_ | |
Enumerations | |
eof, File | |
FBEXT_ | EPSILON, ext.math |
Equal | |
fbextPP_ | Equal |
FBEXT_PP_ | EQUAL |
EqualityComparable | |
Erase | |
Error Codes, ext | |
euler, ext.math | |
Examples | |
EXE size | |
execute, Statement | |
Explode | |
fbextPP_ | ExprIf |
fbextPP_ | ExprIif |
ext ext/ algorithms/ detail/ common.biext/ algorithms/ quicksort.biext/ containers/ bitarray.biext/ containers/ hashtable.biext/ containers/ queue.biext/ detail/ common.biext/ error.biext/ file/ console.biext/ file/ file.biext/ graphics/ img_load.biext/ memory/ allocator.biext/ memory/ arrays.biext/ memory/ scopedptr.biext/ memory/ scopedptrarray.bi |
const e as double = 2.718281828459045
Determines if the array contains elements or not.
declare const function Empty ( ) as bool
Returns ext.true if the queue contains zero elements, or ext.false otherwise.
declare const function Empty ( ) as ext.bool
Returns ext.true if the stack contains zero elements, or ext.false otherwise.
declare const function Empty ( ) as ext.bool
Determines if the list contains no elements.
declare const function Empty ( ) as bool
Returns ext.true if empty, ext.false otherwise
declare const function Empty ( ) as bool
Encodes special characters in a string to their proper form.
declare function encode_entities( byref text as const string ) as string
Encodes a UTF-8 character to its string representation.
declare function encode_utf8( byval u as integer ) as zstring ptr
Gets an iterator to the element at the back of the array.
declare function End_ ( ) as typeof(Iterator)
Gets an iterator to one-past the last element in the list.
declare function End_ ( ) as typeof(Iterator)
Tells whether or not the end of the file has been reached.
declare function eof() as ext.bool
Tests two ranges of elements [first, last) and beginning at first2 for equivalence.
declare function Equal overload ( byval first1 as fbext_TypeName(T_) ptr, byval last as fbext_TypeName(T_) ptr, byval first2 as fbext_TypeName(T_) ptr ) as bool
is deprecated.
# define FBEXT_PP_EQUAL( a, b ) fbextPP_Equal(a, b)
Removes an element from the array.
declare function Erase ( byval position as typeof(Iterator) ) as typeof(Iterator)
Removes an element from the list.
declare function Erase ( byval position as typeof(Iterator) ) as typeof(Iterator)
const euler as double = 0.333177923807718674318
Executes the prepared statement on the database and steps through the resulting rows (if any).
declare function execute( ) as integer
Splits a string into an array.
declare function Explode( byref subject as const string, byref delimit as const string, res() as string ) as integer
Splits the string into an array.
declare function Explode ( byref delimit as const string, res() as string ) as integer
# define fbextPP_ExprIf( cond, expr ) fbextPP_ExprIif(FBEXT_PP_BOOL(cond), expr)
# define fbextPP_ExprIif( bit, expr ) _fbextPP_ExprIif_I(bit, expr)