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

Method Load

libs/routing/maxspeeds.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void Maxspeeds::Load(ReaderT const & reader)
57{
58 ReaderSource<ReaderT> src(reader);
59 MaxspeedsSerializer::Deserialize(src, *this);
60}
61
62std::unique_ptr<Maxspeeds> LoadMaxspeeds(MwmSet::MwmHandle const & handle)
63{

Callers 1

LoadMaxspeedsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected