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

Function IsForwardFromXML

tools/openlr/decoded_path.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool IsForwardFromXML(pugi::xml_node const & node)
29{
30 THROW_IF_NODE_IS_EMPTY(node, openlr::DecodedPathLoadError, ("Can't parse IsForward"));
31 return node.text().as_bool();
32}
33
34void LatLonToXML(ms::LatLon const & latLon, pugi::xml_node & node)
35{

Callers 1

PathFromXMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected