Libosmium
2.5.3
Fast and flexible C++ library for working with OpenStreetMap data
|
Public Member Functions | |
HandlerPass1 (TCollector &collector) noexcept | |
void | relation (const osmium::Relation &relation) |
![]() | |
void | osm_object (const osmium::OSMObject &) const |
void | node (const osmium::Node &) const |
void | way (const osmium::Way &) const |
void | relation (const osmium::Relation &) const |
void | area (const osmium::Area &) const |
void | changeset (const osmium::Changeset &) const |
void | tag_list (const osmium::TagList &) const |
void | way_node_list (const osmium::WayNodeList &) const |
void | relation_member_list (const osmium::RelationMemberList &) const |
void | outer_ring (const osmium::OuterRing &) const |
void | inner_ring (const osmium::InnerRing &) const |
void | changeset_discussion (const osmium::ChangesetDiscussion &) const |
void | flush () const |
Private Attributes | |
TCollector & | m_collector |
This is the handler class for the first pass of the Collector.
|
inlinenoexcept |
|
inline |
|
private |