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

Class UKRoadShieldParser

libs/indexer/road_shields_parser.cpp:725–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723};
724
725class UKRoadShieldParser : public HighwayClassRoadShieldParser
726{
727public:
728 explicit UKRoadShieldParser(std::string const & baseRoadNumber, HighwayClass const & highwayClass)
729 : HighwayClassRoadShieldParser(baseRoadNumber, highwayClass,
730 {{"M", HighwayClass::Motorway, RoadShieldType::Generic_Blue, true},
731 {"E", HighwayClass::Motorway, RoadShieldType::Hidden},
732 {"A", HighwayClass::Trunk, RoadShieldType::UK_Highway, true},
733 {"A", HighwayClass::Primary, RoadShieldType::Generic_White_Bordered},
734 {"B", HighwayClass::Secondary, RoadShieldType::Generic_White_Bordered}})
735 {}
736};
737
738class FranceRoadShieldParser : public SimpleRoadShieldParser
739{

Callers 1

GetRoadShieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected