Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <dynamic_handler.hpp>
Public Member Functions | |
DynamicHandler () | |
template<typename THandler , typename... TArgs> | |
void | set (TArgs &&... args) |
void | node (const osmium::Node &node) |
void | way (const osmium::Way &way) |
void | relation (const osmium::Relation &relation) |
void | area (const osmium::Area &area) |
void | changeset (const osmium::Changeset &changeset) |
void | flush () |
![]() | |
void | osm_object (const osmium::OSMObject &) const noexcept |
void | node (const osmium::Node &) const noexcept |
void | way (const osmium::Way &) const noexcept |
void | relation (const osmium::Relation &) const noexcept |
void | area (const osmium::Area &) const noexcept |
void | changeset (const osmium::Changeset &) const noexcept |
void | tag_list (const osmium::TagList &) const noexcept |
void | way_node_list (const osmium::WayNodeList &) const noexcept |
void | relation_member_list (const osmium::RelationMemberList &) const noexcept |
void | outer_ring (const osmium::OuterRing &) const noexcept |
void | inner_ring (const osmium::InnerRing &) const noexcept |
void | changeset_discussion (const osmium::ChangesetDiscussion &) const noexcept |
void | flush () const noexcept |
Private Types | |
using | impl_ptr = std::unique_ptr< osmium::handler::detail::HandlerWrapperBase > |
Private Attributes | |
impl_ptr | m_impl |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |