$#! | |
*(dereference) | |
A | |
addBool, Parser | |
AddCSlashes, ext.php | |
addOption, Parser | |
AddSlashes, ext.php | |
addSuite, ext. | |
addSuiteHook, ext. | |
addTest, ext. | |
AdjacentFind | |
adler32, ext. | |
Allocate, fbext_Allocator((T_)) | |
AlphaBlit, ext.gfx | |
AngleBetween | |
append, ext. | |
appendChild, node | |
arg, XString | |
Assign, List | |
AxisAngle, matrix | |
B | |
Back | |
Begin | |
Bin2Hex, ext.php | |
bind, Statement | |
Blur, ext.gfx | |
bpp, Image |
Dereferences the (type) pointer owned by a ScopedArray returning the value pointed to by the pointer.
declare operator * ( byref rhs as fbext_ScopedPtrArray(T_) ) as fbext_TypeName(T_)
Dereferences the (type) pointer owned by a ScopedPtr returning the value pointed to by the pointer.
declare operator * ( byref rhs as fbext_ScopedPtr(T_) ) as fbext_TypeName(T_)
Adds a boolean option to the parser.
declare function addBool( byref short_opt as string, byref long_opt as string = "", byref help_string as string = "" ) as integer
AddCSlashes returns a copy of the string text, with each occurrence of any matching character in chars prefixed with a backslash (\).
declare function AddCSlashes ( byref text as const string, byref chars as const string ) as string
Adds an option to the parser.
declare function addOption( byref short_opt as string, byref long_opt as string = "", byval has_arg as bool = false, byval arg_required as bool = false, byval can_repeat as bool = false, byref rep_seperator as string = ";", byref help_string as string = "" ) as integer
AddSlashes returns *AddCSlashes(text, *!”
declare function AddSlashes ( byref text as const string ) as string
Add a test Suite.
declare function addSuite( byref as string ) as ext.bool
Assign a function to run at certain points in the suite.
declare function addSuiteHook( byval as Hook, byref as sub() ) as ext.bool
Adds a testcase to the testsuite.
declare function addTest( byref as string, byref as test_func_t ) as ext.bool
Finds the first of two consecutive elements in the range [first, last) that compare equal to each other using operator =.
declare function AdjacentFind overload ( byval first as fbext_TypeName(T_) ptr, byval last as fbext_TypeName(T_) ptr ) as fbext_TypeName(T_) ptr
Returns the adler32 hash of a memory buffer.
declare function adler32 overload ( byval buf As const any ptr, byval buf_len as uinteger, byval adler as uinteger = 0 ) As uinteger
Acquires memory for an array of n number of T_ objects.
declare function Allocate ( byval n as SizeType, byval hint as fbext_TypeName(T_) ptr = 0 ) as fbext_TypeName(T_) ptr
performs additive alpha blending on an image.
declare sub AlphaBlit( byval dst as FB. IMAGE ptr, byval src as const FB. IMAGE ptr, byref positx as integer, byref posity as integer, byref malpha as integer )
Returns the angle between the vector and another.
declare const function AngleBetween ( byref v as const fbext_Vector2(( T_)) ) as double
angle between vectors function
declare function AngleBetween( byref v as vector2d ) as single
Returns the angle between the vector and another.
declare const function AngleBetween ( byref v as const fbext_Vector3(( T_)) ) as double
angle between vectors function
declare function AngleBetween( byref v As vector3d ) As single
Adds the checksum of the data passed to the current state.
declare sub append( byval pms as state ptr, byval data_ as const ubyte ptr, byval nbytes as integer )
Add a child onto this node.
declare function appendChild( byref tag as const string, byval node_type as node_type_e = element ) as node ptr
Substitutes %n with some text.
declare function arg ( byref x as string ) as xstring
Assigns to the list from a range of list element values.
declare sub Assign ( byval first as typeof(IteratorToConst), byval last as typeof(IteratorToConst) )
declare sub AxisAngle( byref v as vector3d, byref angle as single )
Gets a pointer to the element at the back of the array.
declare function Back ( ) as fbext_TypeName( T_) ptr
Returns a pointer to the last element in the queue.
declare function Back ( ) as fbext_TypeName(T_) ptr
Gets a reference to the last element in the list.
declare function Back ( ) as fbext_TypeName( T_) ptr
Gets an iterator to the element at the front of the array.
declare function Begin ( ) as typeof(Iterator)
Gets an iterator to the first element in the list.
declare function Begin ( ) as typeof(Iterator)
Bin2Hex returns a string of hexadecimal characters, two for each character in the string text, representing their ASCII code value.
declare function Bin2Hex ( byref text as const string ) as string
Attaches a value to anonymous parameters in the Query string.
declare function bind overload ( byval coli as integer, byval value as integer ) as StatusCode
Blurs an image buffer.
declare sub Blur( byref dst as FB. IMAGE ptr, byref src as const FB. IMAGE ptr, byref blur_level as integer )
Returns the bits per pixel of the image.
declare function bpp( ) as ext.SizeType