Public Member Functions |
| StringVariable (const string &name) |
void | Set (const string &value) |
const string | Get () const |
const string | Value () const |
| Return the value of the variable as a string.
|
| BaseVariable (const string &name) |
| Create a new BaseVariable.
|
virtual | ~BaseVariable () |
const string | Name () const |
| Return the name of this variable.
|
Member Function Documentation
const string ola::StringVariable::Value |
( |
| ) |
const |
|
inlinevirtual |
Return the value of the variable as a string.
- Returns
- the value of the variable.
Implements ola::BaseVariable.
The documentation for this class was generated from the following file: