◆ FLEXT_ATTRVAR_B
#define FLEXT_ATTRVAR_B |
( |
|
VAR | ) |
|
Value:
Declare both implicit get and set functions for a boolean attribute.
◆ FLEXT_ATTRVAR_E
#define FLEXT_ATTRVAR_E |
( |
|
VAR, |
|
|
|
TP |
|
) |
| |
Value:
Declare both implicit get and set functions for an enum attribute.
◆ FLEXT_ATTRVAR_F
#define FLEXT_ATTRVAR_F |
( |
|
VAR | ) |
|
Value:
Declare both implicit get and set functions for a float attribute.
◆ FLEXT_ATTRVAR_I
#define FLEXT_ATTRVAR_I |
( |
|
VAR | ) |
|
Value:
Declare both implicit get and set functions for an integer attribute.
◆ FLEXT_ATTRVAR_S
#define FLEXT_ATTRVAR_S |
( |
|
VAR | ) |
|
Value:
Declare both implicit get and set functions for a symbol attribute.
◆ FLEXT_ATTRVAR_V
#define FLEXT_ATTRVAR_V |
( |
|
VAR | ) |
|
Value:
Declare both implicit get and set functions for a variable list attribute.
#define FLEXT_ATTRSET_V(VAR)
Declare an implicit set function for a variable list attribute.
Definition: fldefs_attrvar.h:69
#define FLEXT_ATTRSET_F(VAR)
Declare an implicit set function for a float attribute.
Definition: fldefs_attrvar.h:40
#define FLEXT_ATTRSET_B(VAR)
Declare an implicit set function for a boolean attribute.
Definition: fldefs_attrvar.h:55
#define FLEXT_ATTRSET_I(VAR)
Declare an implicit set function for an integer attribute.
Definition: fldefs_attrvar.h:45
#define FLEXT_ATTRSET_(VAR, TP)
Declare an implicit attribute set function.
Definition: fldefs_attrvar.h:21
#define FLEXT_ATTRSET_S(VAR)
Declare an implicit set function for a symbol attribute.
Definition: fldefs_attrvar.h:50