BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
Data Structures
Here are the data structures with brief descriptions:
oCBBArrayFixed-length array object
oCBBArrayArrayHelper array object storing other BBArrays
oCBBArrayBoundsExceptionThrown in case of an attempt to accesss an array element that is out of bounds
oCBBBlitzExceptionBase object for all of BlitzMax' intern exceptions
oCBBByteArrayHelper array object storing BBBytes
oCBBClassContains critical information and functionality for object instances
oCBBDebugDeclA debug declaration containing information about a piece of user code
oCBBDebugScopeA scope of information for a block of code
oCBBDebugStmA debug statement pointing to the location of the error
oCBBDoubleArrayHelper array object storing BBDoubles
oCBBExceptionBase for all exceptions
oCBBFloatArrayHelper array object storing BBFloats
oCBBIntArrayHelper array object storing BBInts
oCBBLongArrayHelper array object storing BBLongs
oCBBModuleRepresents a program module
oCBBNullFunctionExceptionThrown in case of an attempt to call an uninitialized function pointer
oCBBNullMethodExceptionThrown in case of an attempt to call an abstract class method
oCBBNullObjectExceptionThrown in case of an attempt to use an uninitialized object
oCBBObjectBasic BlitzMax object data type
oCBBObjectArrayHelper array object storing BBObjects
oCBBOutOfDataExceptionThrown in case of an attempt to read beyond the range of a data section
oCBBRuntimeExceptionThrown in case an exceptional event is discovered at runtime
oCBBShortArrayHelper array object storing BBShorts
oCBBStringFixed-length string object
oCBBStringArrayHelper array object storing BBStrings
oCBBThreadRepresents a single thread of execution
\CBBTypeKeyInfoContains useful information about each type key