Type 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
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
 StatusCode, ext.database
 String Errors, ext.strings
T
 target_e, ext.gfx.png
 test_func_t, ext.Testly
 Transformation, ext
Used to specify the access to use when opening a file.
type b
Generic b tree root node for use with b_node
type b_node
Generic b tree node for implementing a b tree.
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_)
type bmp_header field = 1
Provided for users wanting to write bmp manipulation routines
Defines library wide boolean values.
Contains the ASCII characters that are special or must be escaped in XML.
ASCII character codes
Used by the Console object to determine whether to read or write from the console.
type DatabaseDriver
A group of function pointers to enable access to a database.
Used to determine the method to use when drawing an image.
Allows you easy access to every error code FreeBASIC can produce.
type FileHeader field = 1
Provided for users wanting to write bmp manipulation routines
type FileHeader field = 1
Provided for users wanting to write tga manipulation routines
Error values that can be returned by the loadttf function.
type fbext_HashTableIterator(
   T_
) as sub ( byref key as const string, byval value as fbext_TypeName(T_) ptr )
This is a prototype for a subroutine for iterating through a hashtable.
Used with addSuiteHook to run a procedure on certain events.
type InfoHeader field = 1
Provided for users wanting to write bmp manipulation routines
Represents the different types of nodes supported.
type fbext_TypeID((Operation) T_) as sub ( byref x as fbext_TypeName(T_) )
Used in the Sprite class to determine whether to use pixel perfect collision or not.
type fbext_TypeID(
   (Predicate) T_
) as function ( byref x as fbext_TypeName(T_) ) as ext.bool
type SizeType as uinteger
Globally used type when defining the Size of an object.
Represents the internal state needed by the low level md5 functions.
Database dependant status codes are mapped to their logical equivalent in this enumeration.
Contains the valid destinations/locations for the png image.
type test_func_t as sub()
Function prototype for testcases.
type fbext_TypeID(
   (Transformation) T_
) as function ( byref x as fbext_TypeName(T_) ) as fbext_TypeName(T_)