21 #ifndef ObjectIndex_Array_H_
22 #define ObjectIndex_Array_H_
25 #include <unordered_map>
27 #include "UniSetTypes.h"
28 #include "Exceptions.h"
29 #include "ObjectIndex.h"
50 virtual const ObjectInfo* getObjectInfo(
const std::string& name )
const noexcept
override;
55 virtual std::ostream& printMap(std::ostream& os)
const noexcept
override;
61 typedef std::unordered_map<std::string, ObjectId> MapObjectKey;
62 MapObjectKey::iterator MapObjectKeyIterator;
Definition: ObjectIndex_Array.h:44
virtual std::string getTextName(const ObjectId id) const noexcept override
Definition: ObjectIndex_Array.cc:71
virtual std::string getMapName(const ObjectId id) const noexcept override
Definition: ObjectIndex_Array.cc:62
virtual ObjectId getIdByName(const std::string &name) const noexcept override
Definition: ObjectIndex_Array.cc:51
Definition: ObjectIndex.h:32
Definition: CommonEventLoop.h:15
long ObjectId
Definition: UniSetTypes_i.idl:30
Definition: UniSetTypes.h:151