![]() |
BlitzMax Extended
0.8.11
Pushing Blitz to the Max.
|
_common.h [code] | |
exceptions/_common.h [code] | |
blitz.h [code] | Complete API for using BlitzMax from C/C++ |
blitz_app.h [code] | Runtime environment setup and basic application flow functions |
blitz_array.h [code] | Functionality to work with array data structures |
blitz_arrayboundsexception.h [code] | Exception concerning attempted access of array elements out of bounds |
blitz_blitzexception.h [code] | Internal language exception |
blitz_cclib.h [code] | |
blitz_class.h [code] | The class description used by every object |
blitz_debug.h [code] | Additional information about BlitzMax code |
blitz_ex.h [code] | Functions to throw and enter exceptions |
blitz_exception.h [code] | Basic exception class |
blitz_gc.h [code] | Interface for the intern garbage collectors |
blitz_handle.h [code] | Accessing objects through internally stored handles |
blitz_incbin.h [code] | Functionality to include any binary data in the binary |
blitz_macros.h [code] | Low-level macros and defines to ease cross-platform programming |
blitz_memory.h [code] | Basic memory handling functions |
blitz_module.h [code] | |
blitz_nullfunctionexception.h [code] | Exception concerning calls of invalid function pointers |
blitz_nullmethodexception.h [code] | Exception concerning calls of abstract methods |
blitz_nullobjectexception.h [code] | Exception concerning the use of uninitialized (NULL) objects |
blitz_object.h [code] | The root type which all other objects extend |
blitz_outofdataexception.h [code] | Exception concerning the invalid access of a data section |
blitz_runtimeexception.h [code] | Exception concerning errors notices at runtime |
blitz_string.h [code] | Functionality for UCS-2 character strings |
blitz_thread.h [code] | Functionality to utilize multi-threading capabilities |
blitz_types.h [code] | Introduces most used data types |
blitz_unicode.h [code] |