MCPcopy Create free account
hub / github.com/comaps/comaps / GetFullObjectName

Method GetFullObjectName

libs/indexer/classificator.cpp:438–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438std::string Classificator::GetFullObjectName(uint32_t type) const
439{
440 std::string res;
441 ForEachPathObject(type, [&res](ClassifObject const * p) { res = res + p->GetName() + '|'; });
442 return res;
443}
444
445std::vector<std::string> Classificator::GetFullObjectNamePath(uint32_t type) const
446{

Callers 7

DumpTypesFunction · 0.80
GetIndexMethod · 0.80
operator()Method · 0.80
UNIT_TESTFunction · 0.80
operator()Method · 0.80
operator()Method · 0.80
UNIT_TESTFunction · 0.80

Calls 1

GetNameMethod · 0.45

Tested by 5

operator()Method · 0.64
UNIT_TESTFunction · 0.64
operator()Method · 0.64
operator()Method · 0.64
UNIT_TESTFunction · 0.64