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

Method GetInfo

libs/coding/files_container.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98FilesContainerBase::TagInfo const * FilesContainerBase::GetInfo(Tag const & tag) const
99{
100 auto i = lower_bound(m_info.begin(), m_info.end(), tag, LessInfo());
101 if (i != m_info.end() && i->m_tag == tag)
102 return &(*i);
103 else
104 return 0;
105}
106
107namespace detail
108{

Callers 15

FeatureIdToXMLFunction · 0.45
WriteAsMappingForSparkFunction · 0.45
LoadDataSourcesFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
RegisterLocalMapsImplMethod · 0.45
BuildMwmMethod · 0.45
CreateFeatureIdFunction · 0.45

Calls 3

LessInfoClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by 15

UNIT_CLASS_TESTFunction · 0.36
RegisterLocalMapsImplMethod · 0.36
BuildMwmMethod · 0.36
UNIT_CLASS_TESTFunction · 0.36
LocalityFinderTestMethod · 0.36
UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
BuildMwmMethod · 0.36
GenerateUploadedFeatureFunction · 0.36
OnMapDeregisteredTestMethod · 0.36
LoadMapEditsTestMethod · 0.36