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

Method DebugPrint

generator/road_access_generator.hpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 friend std::string DebugPrint(AccessConditional const & ac)
63 {
64 return "AccessConditional { " + DebugPrint(ac.m_accessType) + ", " + ac.m_openingHours + " }";
65 }
66
67 RoadAccess::Type m_accessType = RoadAccess::Type::Count;
68 std::string m_openingHours;

Callers

nothing calls this directly

Calls 1

DebugPrintFunction · 0.70

Tested by

no test coverage detected