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

Method Finish

generator/osm2type.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void Finish()
139 {
140 for (auto const & kv : m_names)
141 m_params.AddName(kv.first, kv.second);
142 m_names.clear();
143 }
144
145private:
146 std::map<string, string> m_names;

Callers 1

GetNameAndTypeFunction · 0.45

Calls 2

AddNameMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected