#include <simBase/simBase.h>
#include <string>
#include <map>
#include <limits>
#include <mathGutz.h>
#include <smartptr.h>
Go to the source code of this file.
Compounds | |
| struct | __KeyMapCmp__ |
| the key map compare More... | |
| class | Key |
| a single key use a std::numeric_limits<double>::quiet_NaN() to indicate that a value is unused. More... | |
| struct | KeyPair |
| key-name key pairs More... | |
Typedefs | |
| typedef std::string | GKeyType |
| key "name" type for grinder, the type of object used for indexing into a keyMap | |
| typedef Key::KeySP | KeySP |
| declared externally for convenience | |
| typedef Key::KeySPMap | KeySPMap |
| typedef Key::KeySPMapIter | KeySPMapIter |
|
|
key "name" type for grinder, the type of object used for indexing into a keyMap
|
|
|
declared externally for convenience
|
|
|
|
|
|
|