, including all inherited members.
| clone() const | ai::Dictionary::Impl | [inline] |
| copy(const Impl &other) const | ai::Dictionary::Impl | [inline] |
| DeleteEntry(Dictionary::KeyType key) | ai::Dictionary::Impl | [inline] |
| get() const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| Get(KeyType dictKey) const | ai::Dictionary::Impl | [inline] |
| GetArray(KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetArray(KeyType key, Array &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetBinary(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetBinary(Dictionary::KeyType key, Dictionary::BinaryType &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetBoolean(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetBoolean(Dictionary::KeyType key, AIBoolean &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetDictionary(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetDictionary(Dictionary::KeyType key, Dictionary &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetEntryType(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetInteger(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetInteger(Dictionary::KeyType key, ai::int32 &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetKey(const char *keyString) const | ai::Dictionary::Impl | [inline] |
| GetKeyString(AIDictKey dictKey) const | ai::Dictionary::Impl | [inline] |
| GetPointer(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetPointer(Dictionary::KeyType key, ai::intptr &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetReal(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetReal(Dictionary::KeyType key, AIReal &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetString(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetString(Dictionary::KeyType key, std::string &strValue) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| GetUnicodeString(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| GetUnicodeString(Dictionary::KeyType key, ai::UnicodeString &value) const AINOEXCEPT | ai::Dictionary::Impl | [inline] |
| Impl(Dictionary::Type type) | ai::Dictionary::Impl | |
| Impl(AIDictionaryRef dictRef) | ai::Dictionary::Impl | [explicit] |
| Impl(const Impl &other) | ai::Dictionary::Impl | |
| Impl(AIArtHandle art) | ai::Dictionary::Impl | [explicit] |
| IsKnown(Dictionary::KeyType key) const | ai::Dictionary::Impl | [inline] |
| Set(KeyType dictKey, const Entry &entry) | ai::Dictionary::Impl | [inline] |
| SetArray(KeyType key, const Array &value) const | ai::Dictionary::Impl | [inline] |
| SetBinary(Dictionary::KeyType key, const Dictionary::BinaryType &value) const | ai::Dictionary::Impl | [inline] |
| SetBoolean(Dictionary::KeyType key, AIBoolean value) const | ai::Dictionary::Impl | [inline] |
| SetDictionary(Dictionary::KeyType key, const Dictionary &value) | ai::Dictionary::Impl | [inline] |
| SetInteger(Dictionary::KeyType key, ai::int32 value) const | ai::Dictionary::Impl | [inline] |
| SetPointer(Dictionary::KeyType key, ai::intptr value) const | ai::Dictionary::Impl | [inline] |
| SetReal(Dictionary::KeyType key, AIReal value) | ai::Dictionary::Impl | [inline] |
| SetString(Dictionary::KeyType key, const std::string &value) | ai::Dictionary::Impl | [inline] |
| SetUnicodeString(Dictionary::KeyType key, const ai::UnicodeString &value) | ai::Dictionary::Impl | [inline] |
| TouchArt() | ai::Dictionary::Impl | [inline] |