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

Method Deserialize

libs/kml/header_binary.hpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template <typename Source>
64 void Deserialize(Source & source)
65 {
66 coding::binary::HeaderDesVisitor<Source> visitor(source);
67 visitor(*this);
68 }
69
70 // Calculates the size of serialized header in bytes.
71 uint64_t Size()

Callers 6

LoadGpxFromStringFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
mainFunction · 0.45
ImportKmlFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

LoadGpxFromStringFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36