This is the complete list of members for Dict, including all inherited members.
| clear() | Dict | |
| copyPairFrom(const Dict &that, NameKeyType key) | Dict | |
| DataType enum name | Dict | |
| Dict(Int numPairsToPreAllocate=0) | Dict | |
| Dict(const Dict &src) | Dict | inline |
| DICT_ASCIISTRING enum value | Dict | |
| DICT_BOOL enum value | Dict | |
| DICT_INT enum value | Dict | |
| DICT_NONE enum value | Dict | |
| DICT_REAL enum value | Dict | |
| DICT_UNICODESTRING enum value | Dict | |
| getAsciiString(NameKeyType key, Bool *exists=NULL) const | Dict | |
| getBool(NameKeyType key, Bool *exists=NULL) const | Dict | |
| getInt(NameKeyType key, Bool *exists=NULL) const | Dict | |
| getNthAsciiString(Int n) const | Dict | |
| getNthBool(Int n) const | Dict | |
| getNthInt(Int n) const | Dict | |
| getNthKey(Int n) const | Dict | inline |
| getNthReal(Int n) const | Dict | |
| getNthType(Int n) const | Dict | inline |
| getNthUnicodeString(Int n) const | Dict | |
| getPairCount() const | Dict | inline |
| getReal(NameKeyType key, Bool *exists=NULL) const | Dict | |
| getType(NameKeyType key) const | Dict | |
| getUnicodeString(NameKeyType key, Bool *exists=NULL) const | Dict | |
| known(NameKeyType key, DataType d) const | Dict | inline |
| MAX_LEN enum value | Dict | |
| operator=(const Dict &src) | Dict | |
| remove(NameKeyType key) | Dict | |
| setAsciiString(NameKeyType key, const AsciiString &value) | Dict | |
| setBool(NameKeyType key, Bool value) | Dict | |
| setInt(NameKeyType key, Int value) | Dict | |
| setReal(NameKeyType key, Real value) | Dict | |
| setUnicodeString(NameKeyType key, const UnicodeString &value) | Dict | |
| ~Dict() | Dict | inline |