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