|
flext 0.6.2
|
Macros | |
| #define | FLEXT_LIB(NAME, NEW_CLASS) |
| Implementation of a flext class (part of a library) with no arguments. More... | |
| #define | FLEXT_LIB_V(NAME, NEW_CLASS) |
| Implementation of a flext class (part of a library) with a variable argument list. More... | |
| #define | FLEXT_LIB_1(NAME, NEW_CLASS, TYPE) |
| Implementation of a flext class (part of a library) with one argument. More... | |
| #define | FLEXT_LIB_2(NAME, NEW_CLASS, TYPE1, TYPE2) |
| Implementation of a flext class (part of a library) with 2 arguments. More... | |
| #define | FLEXT_LIB_3(NAME, NEW_CLASS, TYPE1, TYPE2, TYPE3) |
| Implementation of a flext class (part of a library) with 3 arguments. More... | |
Makes an actual instance of a class which is part of an object library (and not stand-alone).
| #define FLEXT_LIB | ( | NAME, | |
| NEW_CLASS | |||
| ) |
Implementation of a flext class (part of a library) with no arguments.
| #define FLEXT_LIB_1 | ( | NAME, | |
| NEW_CLASS, | |||
| TYPE | |||
| ) |
Implementation of a flext class (part of a library) with one argument.
| #define FLEXT_LIB_2 | ( | NAME, | |
| NEW_CLASS, | |||
| TYPE1, | |||
| TYPE2 | |||
| ) |
Implementation of a flext class (part of a library) with 2 arguments.
| #define FLEXT_LIB_3 | ( | NAME, | |
| NEW_CLASS, | |||
| TYPE1, | |||
| TYPE2, | |||
| TYPE3 | |||
| ) |
Implementation of a flext class (part of a library) with 3 arguments.
| #define FLEXT_LIB_V | ( | NAME, | |
| NEW_CLASS | |||
| ) |
Implementation of a flext class (part of a library) with a variable argument list.