An map of integer values. This provides an increment operation.
|
|
| IntMap (const std::string &name, const std::string &label) |
| |
|
void | Increment (const std::string &key) |
| |
| const std::string | Value () const |
| | Return the value of the variable as a string.
|
| |
|
| MapVariable (const std::string &name, const std::string &label) |
| |
| void | Remove (const std::string &key) |
| |
|
void | Set (const std::string &key, int value) |
| |
|
int & | operator[] (const std::string &key) |
| |
| const std::string | Value () const |
| | Return the value of the variable as a string.
|
| |
| const std::string | Value () const |
| | Return the value of the variable as a string.
|
| |
|
const std::string | Label () const |
| |
| | BaseVariable (const std::string &name) |
| | Create a new BaseVariable.
|
| |
| virtual | ~BaseVariable () |
| |
| const std::string | Name () const |
| | Return the name of this variable.
|
| |