|
flext 0.6.2
|
Macros | |
| #define | FLEXT_ATTRVAR_F(VAR) |
| Declare both implicit get and set functions for a float attribute. | |
| #define | FLEXT_ATTRVAR_I(VAR) |
| Declare both implicit get and set functions for an integer attribute. | |
| #define | FLEXT_ATTRVAR_S(VAR) |
| Declare both implicit get and set functions for a symbol attribute. | |
| #define | FLEXT_ATTRVAR_B(VAR) |
| Declare both implicit get and set functions for a boolean attribute. | |
| #define | FLEXT_ATTRVAR_E(VAR, TP) |
| Declare both implicit get and set functions for an enum attribute. | |
| #define | FLEXT_ATTRVAR_V(VAR) |
| Declare both implicit get and set functions for a variable list attribute. | |
| #define FLEXT_ATTRVAR_B | ( | VAR | ) |
Declare both implicit get and set functions for a boolean attribute.
| #define FLEXT_ATTRVAR_E | ( | VAR, | |
| TP ) |
Declare both implicit get and set functions for an enum attribute.
| #define FLEXT_ATTRVAR_F | ( | VAR | ) |
Declare both implicit get and set functions for a float attribute.
| #define FLEXT_ATTRVAR_I | ( | VAR | ) |
Declare both implicit get and set functions for an integer attribute.
| #define FLEXT_ATTRVAR_S | ( | VAR | ) |
Declare both implicit get and set functions for a symbol attribute.
| #define FLEXT_ATTRVAR_V | ( | VAR | ) |
Declare both implicit get and set functions for a variable list attribute.