_data | AP_Var< type > | [protected] |
_name | AP_Var< type > | [protected] |
_sync | AP_Var< type > | [protected] |
AP_Var(const type &data, const char *name="", const bool &sync=false) | AP_Var< type > | [inline] |
get() | AP_Var< type > | [inline] |
getAsFloat() | AP_Var< type > | [inline] |
getName() | AP_Var< type > | [inline] |
getSync() | AP_Var< type > | [inline] |
load() | AP_Var< type > | [inline, virtual] |
save() | AP_Var< type > | [inline, virtual] |
set(const type &val) | AP_Var< type > | [inline] |
setAsFloat(const float &val) | AP_Var< type > | [inline] |
setSync(bool sync) | AP_Var< type > | [inline] |