MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / List

Method List

include/storage/shared_data_index.hpp:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 template <typename OutIter> void List(const std::string &name_prefix, OutIter out) const
40 {
41 for (const auto &region : regions)
42 {
43 region.layout->List(name_prefix, out);
44 }
45 }
46
47 template <typename T> auto GetBlockPtr(const std::string &name) const
48 {

Callers 1

SharedDataIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected