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