![]() |
VR-Forces Developer's Guide
|
Wrapper for the map key. Makes it easier to write code that doesn't necessarily need to worry about the specific key type.
Public Types | |
| enum | KeyType { StrType, IntType, DoubleType } |
Public Member Functions | |
| Key (const Key &rhs) | |
| Key (const DtString &str) | |
| Key (int i) | |
| Key (double d) | |
| bool | operator== (const Key &rhs) const |
| bool | operator< (const Key &rhs) const |
| DtString | string () const |
Public Attributes | |
| DtString | myStr |
| int | myInt |
| double | myDbl |
| KeyType | myType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by DtRwPropertiesMap::findItemValue().
| DtString DtRwPropertiesMap::Key::myStr |
Referenced by operator<(), and operator==().
| int DtRwPropertiesMap::Key::myInt |
Referenced by operator<(), and operator==().
| double DtRwPropertiesMap::Key::myDbl |
Referenced by operator<(), and operator==().
| KeyType DtRwPropertiesMap::Key::myType |