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

Method Write

generator/way_nodes_mapper.hpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73 template <class Sink>
74 void Write(Sink & sink, uint64_t wayID, uint32_t nodeIdx) const
75 {
76 WriteToSink(sink, wayID);
77 WriteToSink(sink, nodeIdx);
78 WriteToSink(sink, m_coord.x);
79 WriteToSink(sink, m_coord.y);
80 Save(sink, m_t);
81 }
82
83 template <class Source>
84 void Read(Source & src, uint64_t & wayID, uint32_t & nodeIdx)

Callers

nothing calls this directly

Calls 2

WriteToSinkFunction · 0.85
SaveFunction · 0.70

Tested by

no test coverage detected