A | |
ACCESS_TYPE, File | |
B | |
b, ext. trees | |
b_node, ext. trees | |
BinaryPredicate, ext | |
BinaryTransformation, ext | |
bmp_header, ext. gfx.bmp | |
bool, ext | |
C | |
char, ext.xml | |
CHAR, ext. strings | |
ConsoleIO, ext | |
D | |
DatabaseDriver, ext. database | |
DrawMethods | |
E | |
Error Codes, ext | |
F | |
FileHeader | |
FontError, ext. gfx.font | |
H | |
HashTableIterator(type), ext | |
Hook, ext. Testly | |
I | |
InfoHeader, ext. gfx.bmp | |
N | |
node_type_e, ext.xml | |
O | |
Operation, ext | |
P | |
PAD_OPTION, ext. strings | |
PPOPTIONS, ext.gfx | |
Predicate, ext | |
S | |
SizeType, ext | |
State, ext. hashes.md5 | |
String Errors, ext. strings | |
T | |
target_e, ext. gfx.png | |
test_func_t, ext. Testly | |
Transformation, ext |
Generic b tree root node for use with b_node
type b
Generic b tree node for implementing a b tree.
type b_node
type fbext_TypeID( (BinaryPredicate) T_ ) as function ( byref a as fbext_TypeName(T_), byref b as fbext_TypeName(T_) ) as ext.bool
type fbext_TypeID( (BinaryTransformation) T_ ) as function ( byref a as fbext_TypeName(T_), byref b as fbext_TypeName(T_) ) as fbext_TypeName(T_)
Provided for users wanting to write bmp manipulation routines
type bmp_header field = 1
A group of function pointers to enable access to a database.
type DatabaseDriver
Provided for users wanting to write bmp manipulation routines
type FileHeader field = 1
Provided for users wanting to write tga manipulation routines
type FileHeader field = 1
This is a prototype for a subroutine for iterating through a hashtable.
type fbext_HashTableIterator( T_ ) as sub ( byref key as const string, byval value as fbext_TypeName(T_) ptr )
Provided for users wanting to write bmp manipulation routines
type InfoHeader field = 1
type fbext_TypeID( (Operation) T_ ) as sub ( byref x as fbext_TypeName(T_) )
type fbext_TypeID( (Predicate) T_ ) as function ( byref x as fbext_TypeName(T_) ) as ext.bool
Globally used type when defining the Size of an object.
type SizeType as uinteger
Function prototype for testcases.
type test_func_t as sub()
type fbext_TypeID( (Transformation) T_ ) as function ( byref x as fbext_TypeName(T_) ) as fbext_TypeName(T_)