Base typedef | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | |
clear() | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
do_call_method(std::string const &method, VariantMap const ¶meters) override | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inlineprotected |
do_construct(VariantMap const ¶ms) override=0 | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | pure virtual |
elements() const | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
erase(KeyType const &key) | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
erase_in_core(KeyType const &key)=0 | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | privatepure virtual |
get_key(Variant const &key) const | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inlineprotected |
insert(KeyType const &key, std::shared_ptr< ManagedType > const &element) | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
insert(std::shared_ptr< ManagedType > const &element) | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
insert_in_core(std::shared_ptr< ManagedType > const &obj_ptr)=0 | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | privatepure virtual |
insert_in_core(KeyType const &key, std::shared_ptr< ManagedType > const &obj_ptr)=0 | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | privatepure virtual |
ObjectMap() | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inline |
restore_from_checkpoint(VariantMap const ¶ms) | ScriptInterface::ObjectMap< ManagedType, BaseType, KeyType > | inlineprotected |