|
| MapVariable (const std::string &name, const std::string &label) |
|
void | Remove (const std::string &key) |
|
void | Set (const std::string &key, Type value) |
|
Type & | operator[] (const std::string &key) |
|
const std::string | Value () const |
| Return the value of the variable as a string. More...
|
|
const std::string | Label () const |
|
template<> |
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...
|
|
|
std::map< std::string, Type > | m_variables |
|
◆ Remove()
Remove a value from the map
- Parameters
-
◆ Value() [1/2]
Return the value of the variable as a string.
- Returns
- the value of the variable.
Implements ola::BaseVariable.
◆ Value() [2/2]
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: