flext 0.6.2
|
This file contains all #defines for actual usage. More...
Go to the source code of this file.
Macros | |
#define | FLEXT_CALLSET_(FUN, TP) |
Declare a attribute set function. More... | |
#define | FLEXT_CALLGET_(FUN, TP) |
Declare a attribute get function. More... | |
#define | FLEXT_CALLSET_F(SFUN) |
Declare a set function for a float attribute. More... | |
#define | FLEXT_CALLSET_I(SFUN) |
Declare a set function for an integer attribute. More... | |
#define | FLEXT_CALLSET_B(SFUN) |
Declare a set function for a boolean attribute. More... | |
#define | FLEXT_CALLSET_E(SFUN, TP) |
Declare a set function for an enum attribute. More... | |
#define | FLEXT_CALLSET_S(FUN) |
Declare a set function for a symbol attribute. More... | |
#define | FLEXT_CALLSET_V(FUN) |
Declare a set function for a variable list attribute. More... | |
#define | FLEXT_CALLGET_F(GFUN) |
Declare a get function for a float attribute. More... | |
#define | FLEXT_CALLGET_I(GFUN) |
Declare a get function for an integer attribute. More... | |
#define | FLEXT_CALLGET_B(GFUN) |
Declare a get function for a boolean attribute. More... | |
#define | FLEXT_CALLGET_E(GFUN, TP) |
Declare a get function for an enum attribute. More... | |
#define | FLEXT_CALLGET_S(FUN) |
Declare a get function for a symbol attribute. More... | |
#define | FLEXT_CALLGET_V(FUN) |
Declare a get function for a variable list attribute. More... | |
#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... | |
This file contains all #defines for actual usage.
#define FLEXT_CALLGET_ | ( | FUN, | |
TP | |||
) |
Declare a attribute get function.
#define FLEXT_CALLSET_ | ( | FUN, | |
TP | |||
) |
Declare a attribute set function.