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