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

Function Save

generator/road_access_generator.hpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template <class Sink>
28void Save(Sink & sink, RoadAccess::Type const & ac)
29{
30 WriteToSink(sink, static_cast<uint8_t>(ac));
31}
32
33template <class Source>
34void Load(Source & src, RoadAccess::Type & ac)

Callers 4

WriteMethod · 0.70
SerializeMethod · 0.70
SaveMethod · 0.70
FinalizeMethod · 0.70

Calls 3

WriteToSinkFunction · 0.85
WriteNonEmptyFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected