| begin() const | ai::Dictionary | |
| clone() const | ai::Dictionary | |
| copy(const Dictionary &other) | ai::Dictionary | |
| Dictionary(Type type=Type::kCreateEmpty) | ai::Dictionary | [explicit] |
| Dictionary(AIArtHandle art) | ai::Dictionary | [explicit] |
| Dictionary(AIDictionaryRef dictRef) | ai::Dictionary | [explicit] |
| Dictionary(const Dictionary &other) | ai::Dictionary | |
| Dictionary(Dictionary &&other) AINOEXCEPT | ai::Dictionary | |
| end() const | ai::Dictionary | |
| erase(KeyType key) | ai::Dictionary | |
| find(KeyType key) | ai::Dictionary | |
| get() const AINOEXCEPT | ai::Dictionary | |
| Get(KeyType key) const | ai::Dictionary | |
| GetArray(KeyType key) const | ai::Dictionary | |
| GetArray(KeyType key, Array &value) const AINOEXCEPT | ai::Dictionary | |
| GetBinary(KeyType key) const | ai::Dictionary | |
| GetBinary(KeyType key, BinaryType &value) const AINOEXCEPT | ai::Dictionary | |
| GetBoolean(KeyType key) const | ai::Dictionary | |
| GetBoolean(KeyType key, AIBoolean &value) const AINOEXCEPT | ai::Dictionary | |
| GetDictionary(KeyType key) const | ai::Dictionary | |
| GetDictionary(KeyType key, Dictionary &value) const AINOEXCEPT | ai::Dictionary | |
| GetEntryType(KeyType key) const | ai::Dictionary | |
| GetInteger(KeyType key) const | ai::Dictionary | |
| GetInteger(KeyType key, ai::int32 &value) const AINOEXCEPT | ai::Dictionary | |
| GetKey(const char *string) const | ai::Dictionary | |
| GetKeyString(KeyType key) const | ai::Dictionary | |
| GetPointer(KeyType key) const | ai::Dictionary | |
| GetPointer(KeyType key, ai::intptr &value) const AINOEXCEPT | ai::Dictionary | |
| GetReal(KeyType key) const | ai::Dictionary | |
| GetReal(KeyType key, AIReal &value) const AINOEXCEPT | ai::Dictionary | |
| GetString(KeyType key) const | ai::Dictionary | |
| GetString(KeyType key, std::string &value) const AINOEXCEPT | ai::Dictionary | |
| GetUnicodeString(KeyType key) const | ai::Dictionary | |
| GetUnicodeString(KeyType key, ai::UnicodeString &value) const AINOEXCEPT | ai::Dictionary | |
| IsKnown(KeyType key) const | ai::Dictionary | |
| kCreateEmpty enum value | ai::Dictionary | |
| kCurrentDocument enum value | ai::Dictionary | |
| kCurrentDocumentNonRecorded enum value | ai::Dictionary | |
| operator=(Dictionary other) AINOEXCEPT | ai::Dictionary | |
| operator[](KeyType key) | ai::Dictionary | [inline] |
| Set(KeyType key, const Entry &entry) | ai::Dictionary | |
| SetArray(KeyType key, const Array &value) | ai::Dictionary | |
| SetBinary(KeyType key, const BinaryType &value) | ai::Dictionary | |
| SetBoolean(KeyType key, AIBoolean value) | ai::Dictionary | |
| SetDictionary(KeyType key, const Dictionary &value) | ai::Dictionary | |
| SetInteger(KeyType key, ai::int32 value) | ai::Dictionary | |
| SetPointer(KeyType key, ai::intptr value) | ai::Dictionary | |
| SetReal(KeyType key, AIReal value) | ai::Dictionary | |
| SetString(KeyType key, const std::string &value) | ai::Dictionary | |
| SetUnicodeString(KeyType key, const ai::UnicodeString &value) | ai::Dictionary | |
| swap(Dictionary &other) AINOEXCEPT | ai::Dictionary | |
| Test() | ai::Dictionary | [static] |
| TouchArt() | ai::Dictionary | |
| Type enum name | ai::Dictionary | |
| ~Dictionary() | ai::Dictionary | |