|
| CounterVariable (const std::string &name) |
|
void | operator++ (int) |
|
void | operator+= (unsigned int value) |
|
void | Reset () |
|
unsigned int | Get () const |
|
const std::string | Value () const |
| Return the value of the variable as a string. More...
|
|
| BaseVariable (const std::string &name) |
| Create a new BaseVariable. More...
|
|
virtual | ~BaseVariable () |
|
const std::string | Name () const |
| Return the name of this variable. More...
|
|
◆ Value()
const std::string ola::CounterVariable::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: