Data Structures | |
class | XmlParser |
Responsible for reading osm xml exports and converting them to osm::Element. More... | |
Functions | |
void | empty_nd_hndl (const osm::Node &) |
void | empty_r_hndl (const osm::Relation &) |
void | empty_w_hndl (const osm::Way &) |
void | empty_prog_hndl () |
void | empty_msg_hndl (const std::string &) |
void osmxml::empty_msg_hndl | ( | const std::string & | ) |
Definition at line 30 of file XmlParser.cpp.
void osmxml::empty_nd_hndl | ( | const osm::Node & | ) |
Definition at line 14 of file XmlParser.cpp.
void osmxml::empty_prog_hndl | ( | ) |
Definition at line 26 of file XmlParser.cpp.
void osmxml::empty_r_hndl | ( | const osm::Relation & | ) |
Definition at line 18 of file XmlParser.cpp.
void osmxml::empty_w_hndl | ( | const osm::Way & | ) |
Definition at line 22 of file XmlParser.cpp.