![]() |
BlitzMax Extended
0.8.19
Pushing Blitz to the Max.
|
Exception concerning calls of invalid function pointers. More...
#include "blitz_blitzexception.h"Go to the source code of this file.
Data Structures | |
| struct | BBNullFunctionException |
| Thrown in case of an attempt to call an uninitialized function pointer. More... | |
Functions | |
| BBString * | bbNullFunctionExceptionToString (const BBNullFunctionException *ex) |
| BBNullFunctionException * | bbNullFunctionExceptionCreate () |
| Creates a new NullFunction exception. | |
| void | bbNullFunctionError () |
| Throws a BBNullFunctionException. | |
Exception concerning calls of invalid function pointers.
| void bbNullFunctionError | ( | ) |
Throws a BBNullFunctionException.
| BBNullFunctionException* bbNullFunctionExceptionCreate | ( | ) |
Creates a new NullFunction exception.
| BBString* bbNullFunctionExceptionToString | ( | const BBNullFunctionException * | ex | ) |
1.8.1.1