BlitzMax Extended  0.8.11
Pushing Blitz to the Max.
Data Structures
Here are the data structures with brief descriptions:
BBArrayFixed-length array object
BBArrayArrayHelper array object storing other BBArrays
BBArrayBoundsExceptionThrown in case of an attempt to accesss an array element that is out of bounds
BBBlitzExceptionBase object for all of BlitzMax' intern exceptions
BBByteArrayHelper array object storing BBBytes
BBClassContains critical information and functionality for object instances
BBDebugDeclA debug declaration containing information about a piece of user code
BBDebugScopeA scope of information for a block of code
BBDebugStmA debug statement pointing to the location of the error
BBDoubleArrayHelper array object storing BBDoubles
BBExceptionBase for all exceptions
BBFloatArrayHelper array object storing BBFloats
BBIntArrayHelper array object storing BBInts
BBLongArrayHelper array object storing BBLongs
BBModuleRepresents a BlitzMax module
BBNullFunctionExceptionThrown in case of an attempt to call an uninitialized function pointer
BBNullMethodExceptionThrown in case of an attempt to call an abstract class method
BBNullObjectExceptionThrown in case of an attempt to use an uninitialized object
BBObjectBasic BlitzMax object data type
BBObjectArrayHelper array object storing BBObjects
BBOutOfDataExceptionThrown in case of an attempt to read beyond the range of a data section
BBRuntimeExceptionThrown in case an exceptional event is discovered at runtime
BBShortArrayHelper array object storing BBShorts
BBStringFixed-length string object
BBStringArrayHelper array object storing BBStrings
BBThreadRepresents a single thread of execution
BBTypeKeyInfoContains useful information about each type key