EventAnalysis
1.0.0
|
This is the complete list of members for EA::ObjectMap, including all inherited members.
_aliases | EA::ObjectMap | private |
_FindAlias(const std::string &aliasName) | EA::ObjectMap | inlineprivate |
_FindAliasesOf(const std::string &objName) | EA::ObjectMap | inlineprivate |
_map | EA::ObjectMap | private |
_objList | EA::ObjectMap | private |
AddObject(const std::string &name, DataType &obj) | EA::ObjectMap | |
AddObject(const std::string &name, observer_ptr< DataType > obj) | EA::ObjectMap | |
AddObject(const std::string &name, const char *obj) | EA::ObjectMap | |
AddObject(const std::string &name, std::shared_ptr< DataType > obj) | EA::ObjectMap | |
AddObject(const std::string &name, std::unique_ptr< DataType > obj) | EA::ObjectMap | |
AddObject(const std::string &name, ObjectWrapper &&wrapper) | EA::ObjectMap | protected |
Aliases typedef | EA::ObjectMap | private |
Clean() | EA::ObjectMap | |
CleanAliases() | EA::ObjectMap | |
GetAlias(const std::string &name) const | EA::ObjectMap | |
GetListOfObjects() | EA::ObjectMap | |
GetNameOfAliasedObject(const std::string &aliasName) | EA::ObjectMap | |
GetObject(const std::string &name) | EA::ObjectMap | |
GetObjectClass(const std::string &objName) | EA::ObjectMap | |
GetObjectWrapper(const std::string &objName) | EA::ObjectMap | |
IsAlias(const std::string &objName) | EA::ObjectMap | |
Map typedef | EA::ObjectMap | private |
RemoveObject(const std::string &name, bool removeAliased=false) | EA::ObjectMap | |
SetAlias(const std::string &objName, const std::string &objAlias) | EA::ObjectMap | |
~ObjectMap() | EA::ObjectMap |