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

Method GetNames

generator/raw_generator_writer.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39std::vector<std::string> RawGeneratorWriter::GetNames()
40{
41 CHECK(!m_thread.joinable(), ());
42
43 std::vector<std::string> names;
44 names.reserve(m_writers.size());
45 for (auto const & p : m_writers)
46 names.emplace_back(p.first);
47
48 return names;
49}
50
51void RawGeneratorWriter::Write(std::vector<ProcessedData> const & vecChunks)
52{

Callers 4

AppendNamesFunction · 0.45
operator()Method · 0.45
InsertPostcodesFunction · 0.45

Calls 4

joinableMethod · 0.80
reserveMethod · 0.45
sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected