#include <EnumDictionary.hpp>
EnumDictionary is a container classes that stores <name (key) /value> pairs.
◆ EnumDictionary()
| EnumDictionary::EnumDictionary |
( |
| ) |
|
|
inline |
◆ ~EnumDictionary()
| EnumDictionary::~EnumDictionary |
( |
| ) |
|
|
inline |
◆ addEnumerator()
| void EnumDictionary::addEnumerator |
( |
std::string |
name, |
|
|
int |
value |
|
) |
| |
Add a name/value pair to the dictionary.
◆ getValue()
| int EnumDictionary::getValue |
( |
std::string |
name | ) |
|
Get the value associated with the given string.i FIXME: what of string not found?
◆ toString()
| std::string EnumDictionary::toString |
( |
| ) |
|
The documentation for this class was generated from the following files: