Public Member Functions |
| MapVariable (const string &name, const string &label) |
void | Remove (const string &key) |
void | Set (const string &key, Type value) |
Type & | operator[] (const string &key) |
const string | Value () const |
| Return the value of the variable as a string.
|
const string | Label () const |
template<> |
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.
|
Protected Attributes |
map< string, Type > | m_variables |
Member Function Documentation
Remove a value from the map
- Parameters
-
Return the value of the variable as a string.
- Returns
- the value of the variable.
Implements ola::BaseVariable.
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 files:
- include/ola/ExportMap.h
- common/export_map/ExportMap.cpp