|
ML Reference
|
#include "mlRuntimeType.h"Go to the source code of this file.
Macros | |
| #define | ML_BASE_IS_A(base, type) |
| #define | ML_EMPTY_PARAM |
| Define an empty macro needed to pass empty macro parameters. | |
| #define | ML_INTERNAL_CLASS_HEADER_CREATECB(EXP_SYM) |
| #define | ML_INTERNAL_CLASS_HEADER_EXPORTED(className, EXP_SYM, ML_INTERNAL_VIRTUAL, ML_INTERNAL_OVERRIDE) |
| #define | ML_CLASS_HEADER_EXPORTED(className, EXP_SYM) |
| #define | ML_CLASS_HEADER(className) |
| #define | ML_ROOT_CLASS_HEADER(className) |
| #define | ML_INTERNAL_CLASS_SOURCE(className, parentName, createCB) |
| #define | ML_INTERNAL_CLASS_CREATECB(className) |
| #define | ML_CLASS_SOURCE(className, parentName) |
| #define | ML_ROOT_CLASS_SOURCE(className) |
| #define | ML_ABSTRACT_CLASS_HEADER_EXPORTED(className, EXP_SYM) |
| #define | ML_ABSTRACT_CLASS_HEADER(className) |
| #define | ML_ABSTRACT_ROOT_CLASS_HEADER(className) |
| #define | ML_ABSTRACT_CLASS_SOURCE(className, parentName) |
| #define | ML_ABSTRACT_ROOT_CLASS_SOURCE(className) |
| #define | ML_MODULE_CLASS_HEADER(className) |
| #define | ML_MODULE_CLASS_SOURCE(className, parentName) |
| #define | ML_ABSTRACT_MODULE_CLASS_HEADER(className) |
| #define | ML_ABSTRACT_MODULE_CLASS_SOURCE(className, parentName) |
| #define | ML_MODULE_CLASS_SOURCE_EXT(className, parentName, superClassConstructs) |
| #define | ML_ABSTRACT_MODULE_CLASS_SOURCE_EXT(className, parentName, superClassConstructs) |
| #define ML_ABSTRACT_CLASS_HEADER_EXPORTED | ( | className, | |
| EXP_SYM ) |
This macro has to be put into the header of an abstract class to declare some additional methods described below This interface, implemented by this macro, permits the handling of this class type by the runtime type interface.
Definition at line 194 of file mlRuntimeSubClass.h.
| #define ML_ABSTRACT_ROOT_CLASS_HEADER | ( | className | ) |
Definition at line 205 of file mlRuntimeSubClass.h.
| #define ML_CLASS_HEADER | ( | className | ) |
Same like ML_CLASS_HEADER_EXPORTED with a non-existing export symbol.
Definition at line 98 of file mlRuntimeSubClass.h.
| #define ML_CLASS_HEADER_EXPORTED | ( | className, | |
| EXP_SYM ) |
This macro has to be put into the header of a non-abstract class to declare some additional methods described below. This interface implemented by this macro permits the handling of this class type by the runtime type interface. EXP_SYM can be an export symbol for the case that the class itself is not exported.
Definition at line 90 of file mlRuntimeSubClass.h.
| #define ML_EMPTY_PARAM |
Define an empty macro needed to pass empty macro parameters.
Definition at line 39 of file mlRuntimeSubClass.h.
| #define ML_INTERNAL_CLASS_CREATECB | ( | className | ) |
Definition at line 159 of file mlRuntimeSubClass.h.
| #define ML_INTERNAL_CLASS_HEADER_CREATECB | ( | EXP_SYM | ) |
Definition at line 42 of file mlRuntimeSubClass.h.
| #define ML_INTERNAL_CLASS_HEADER_EXPORTED | ( | className, | |
| EXP_SYM, | |||
| ML_INTERNAL_VIRTUAL, | |||
| ML_INTERNAL_OVERRIDE ) |
Definition at line 49 of file mlRuntimeSubClass.h.
| #define ML_INTERNAL_CLASS_SOURCE | ( | className, | |
| parentName, | |||
| createCB ) |
Definition at line 106 of file mlRuntimeSubClass.h.
| #define ML_ROOT_CLASS_HEADER | ( | className | ) |
Definition at line 102 of file mlRuntimeSubClass.h.