UniSet  2.6.0
Открытые члены | Друзья | Полный список членов класса
Класс uniset::ObjectIndex_Array
Граф наследования:uniset::ObjectIndex_Array:
Inheritance graph
[см. легенду]
Граф связей класса uniset::ObjectIndex_Array:
Collaboration graph
[см. легенду]

Открытые члены

 ObjectIndex_Array (const ObjectInfo *objectInfo)
virtual const ObjectInfogetObjectInfo (const ObjectId) const noexcept override
virtual const ObjectInfogetObjectInfo (const std::string &name) const noexcept override
virtual ObjectId getIdByName (const std::string &name) const noexcept override
virtual std::string getMapName (const ObjectId id) const noexcept override
virtual std::string getTextName (const ObjectId id) const noexcept override
virtual std::ostream & printMap (std::ostream &os) const noexcept override
- Открытые члены inherited from uniset::ObjectIndex
virtual std::string getNameById (const uniset::ObjectId id) const noexcept
std::string getNodeName (const uniset::ObjectId id) const noexcept
ObjectId getNodeId (const std::string &name) const noexcept
void initLocalNode (const uniset::ObjectId nodeid) noexcept

Друзья

std::ostream & operator<< (std::ostream &os, ObjectIndex_Array &oi)

Additional Inherited Members

- Открытые статические члены inherited from uniset::ObjectIndex
static std::string getBaseName (const std::string &fname) noexcept
- Защищенные данные inherited from uniset::ObjectIndex
std::string nmLocalNode = {""}

Подробное описание

Методы

ObjectId ObjectIndex_Array::getIdByName ( const std::string &  name) const
overridevirtual
Возвращает
uniset::DefaultObjectId if not found

Замещает uniset::ObjectIndex.

string ObjectIndex_Array::getMapName ( const ObjectId  id) const
overridevirtual
Возвращает
"" if not found

Замещает uniset::ObjectIndex.

string ObjectIndex_Array::getTextName ( const ObjectId  id) const
overridevirtual
Возвращает
"" if not found

Замещает uniset::ObjectIndex.