|
|
| 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.
|
| |
|
const std::string | Label () const |
| |
| const std::string | Value () const |
| | Return the value of the variable as a string.
|
| |
| | BaseVariable (const std::string &name) |
| | Create a new BaseVariable.
|
| |
| virtual | ~BaseVariable () |
| |
| const std::string | Name () const |
| | Return the name of this variable.
|
| |
|
|
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: