This is the complete list of members for
AP_Var< type >, including all inherited members.
_data | AP_Var< type > | [protected] |
_name | AP_Var< type > | [protected] |
_parentName | AP_Var< type > | [protected] |
_sync | AP_Var< type > | [protected] |
AP_Var(const type &data, const char *name="", const char *parentName="", const bool &sync=false) | AP_Var< type > | [inline] |
AP_Var(AP_VarI &v) | AP_Var< type > | [inline] |
get() | AP_Var< type > | [inline] |
getB() | AP_Var< type > | [inline, virtual] |
getF() | AP_Var< type > | [inline, virtual] |
getI() | AP_Var< type > | [inline, virtual] |
getName() | AP_Var< type > | [inline, virtual] |
getParentName() | AP_Var< type > | [inline, virtual] |
getSync() | AP_Var< type > | [inline, virtual] |
load() | AP_Var< type > | [inline, virtual] |
save() | AP_Var< type > | [inline, virtual] |
set(const type &val) | AP_Var< type > | [inline] |
setB(const bool &val) | AP_Var< type > | [inline, virtual] |
setF(const float &val) | AP_Var< type > | [inline, virtual] |
setI(const int16_t &val) | AP_Var< type > | [inline, virtual] |
setSync(const bool &sync) | AP_Var< type > | [inline, virtual] |