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

Class IrelandRoadShieldParser

libs/indexer/road_shields_parser.cpp:563–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561};
562
563class IrelandRoadShieldParser : public SimpleRoadShieldParser
564{
565public:
566 explicit IrelandRoadShieldParser(std::string const & baseRoadNumber)
567 : SimpleRoadShieldParser(baseRoadNumber, {{"M", RoadShieldType::Generic_Blue},
568 {"N", RoadShieldType::UK_Highway},
569 {"R", RoadShieldType::Generic_White_Bordered},
570 {"L", RoadShieldType::Generic_White_Bordered}})
571 {}
572};
573
574class ItalyRoadShieldParser : public SimpleRoadShieldParser
575{

Callers 1

GetRoadShieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected