AP_Var< type > Member List

This is the complete list of members for AP_Var< type >, including all inherited members.
_dataAP_Var< type > [protected]
_nameAP_Var< type > [protected]
_syncAP_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]