|
flext
0.6.0
|
Macros | |
| #define | FLEXT_CALLVAR_F(GFUN, SFUN) |
| Declare both get and set functions for a float attribute. More... | |
| #define | FLEXT_CALLVAR_I(GFUN, SFUN) |
| Declare both get and set functions for an integer attribute. More... | |
| #define | FLEXT_CALLVAR_S(GFUN, SFUN) |
| Declare both get and set functions for a symbol attribute. More... | |
| #define | FLEXT_CALLVAR_B(GFUN, SFUN) |
| Declare both get and set functions for a boolean attribute. More... | |
| #define | FLEXT_CALLVAR_E(GFUN, SFUN, TP) |
| Declare both get and set functions for an enum attribute. More... | |
| #define | FLEXT_CALLVAR_V(GFUN, SFUN) |
| Declare both get and set functions for a variable list attribute. More... | |
| #define FLEXT_CALLVAR_B | ( | GFUN, | |
| SFUN | |||
| ) |
Declare both get and set functions for a boolean attribute.
| #define FLEXT_CALLVAR_E | ( | GFUN, | |
| SFUN, | |||
| TP | |||
| ) |
Declare both get and set functions for an enum attribute.
| #define FLEXT_CALLVAR_F | ( | GFUN, | |
| SFUN | |||
| ) |
Declare both get and set functions for a float attribute.
| #define FLEXT_CALLVAR_I | ( | GFUN, | |
| SFUN | |||
| ) |
Declare both get and set functions for an integer attribute.
| #define FLEXT_CALLVAR_S | ( | GFUN, | |
| SFUN | |||
| ) |
Declare both get and set functions for a symbol attribute.
| #define FLEXT_CALLVAR_V | ( | GFUN, | |
| SFUN | |||
| ) |
Declare both get and set functions for a variable list attribute.