BlitzMax Extended  0.8.17
Pushing Blitz to the Max.
File List
Here is a list of all documented files with brief descriptions:
o*_common.h
o*exceptions/_common.h
o*blitz.hComplete API for using the BlitzMax runtime
o*blitz_app.hRuntime environment setup and basic application flow functions
o*blitz_array.hFunctionality to work with array data structures
o*blitz_arrayboundsexception.hException concerning attempted access of array elements out of bounds
o*blitz_blitzexception.hInternal language exception
o*blitz_cclib.h
o*blitz_class.hThe class description used by every object
o*blitz_debug.hAdditional information about BlitzMax code
o*blitz_ex.hException handling functionality
o*blitz_exception.hBasic exception class
o*blitz_gc.hInterface for the intern garbage collectors
o*blitz_handle.hAccessing objects through internally stored handles
o*blitz_incbin.hFunctionality to include any binary data in the binary
o*blitz_macros.hLow-level macros and defines to ease cross-platform programming
o*blitz_memory.hBasic memory handling functions
o*blitz_module.h
o*blitz_nullfunctionexception.hException concerning calls of invalid function pointers
o*blitz_nullmethodexception.hException concerning calls of abstract methods
o*blitz_nullobjectexception.hException concerning the use of uninitialized (NULL) objects
o*blitz_object.hThe root type which all other objects extend
o*blitz_outofdataexception.hException concerning the invalid access of a data section
o*blitz_runtimeexception.hException concerning errors notices at runtime
o*blitz_string.hFunctionality for UCS-2 character strings
o*blitz_thread.hFunctionality to utilize multi-threading capabilities
o*blitz_types.hIntroduces most used data types
\*blitz_unicode.hUCS-2 character conversion tables