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

Class AustriaRoadShieldParser

libs/indexer/road_shields_parser.cpp:533–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531// Implementations of "ref" parses for some countries.
532
533class AustriaRoadShieldParser : public SimpleRoadShieldParser
534{
535public:
536 explicit AustriaRoadShieldParser(std::string const & baseRoadNumber)
537 : SimpleRoadShieldParser(baseRoadNumber, {{"A", RoadShieldType::Generic_Blue_Bordered},
538 {"S", RoadShieldType::Generic_Blue_Bordered},
539 {"B", RoadShieldType::Generic_Blue, false, true},
540 {"P", RoadShieldType::Generic_Pill_Red_Bordered},
541 {"L", RoadShieldType::Generic_Pill_White_Bordered, false, true}})
542 {}
543};
544
545class BelgiumRoadShieldParser : public SimpleRoadShieldParser
546{

Callers 1

GetRoadShieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected