| 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; |
nothing calls this directly
no test coverage detected