BlitzMax Extended  0.8.16
Pushing Blitz to the Max.
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
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
oCBBModuleRepresents a program module
oCBBObjectBasic BlitzMax object data type
|oCBBArrayFixed-length array object
||oCBBArrayArrayHelper array object storing other BBArrays
||oCBBByteArrayHelper array object storing BBBytes
||oCBBDoubleArrayHelper array object storing BBDoubles
||oCBBFloatArrayHelper array object storing BBFloats
||oCBBIntArrayHelper array object storing BBInts
||oCBBLongArrayHelper array object storing BBLongs
||oCBBObjectArrayHelper array object storing BBObjects
||oCBBShortArrayHelper array object storing BBShorts
||\CBBStringArrayHelper array object storing BBStrings
|oCBBExceptionBase for all exceptions
||oCBBBlitzExceptionBase object for all of BlitzMax' intern exceptions
|||oCBBArrayBoundsExceptionThrown in case of an attempt to accesss an array element that is out of bounds
|||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
|||\CBBOutOfDataExceptionThrown in case of an attempt to read beyond the range of a data section
||\CBBRuntimeExceptionThrown in case an exceptional event is discovered at runtime
|\CBBStringFixed-length string object
oCBBThreadRepresents a single thread of execution
\CBBTypeKeyInfoContains useful information about each type key