

Public Member Functions | |
| virtual | ~Variable () |
| virtual const string & | getType () const =0 |
| Get the variable type. | |
Protected Member Functions | |
| Variable (intf_thread_t *pIntf) | |
| virtual Variable::~Variable | ( | ) | [inline, virtual] |
| Variable::Variable | ( | intf_thread_t * | pIntf | ) | [inline, protected] |
| virtual const string& Variable::getType | ( | ) | const [pure virtual] |
Get the variable type.
Implemented in VarBox, VarBool, VarList, VarPercent, VarString, VarText, and VarTree.
Referenced by VarManager::getVar().
1.5.6