Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <attr.hpp>
Public Member Functions | |
constexpr | member_type (osmium::item_type type, osmium::object_id_type ref, const char *role="") noexcept |
member_type (char type, osmium::object_id_type ref, const char *role="") noexcept | |
constexpr osmium::item_type | type () const noexcept |
constexpr osmium::object_id_type | ref () const noexcept |
constexpr const char * | role () const noexcept |
Private Attributes | |
osmium::item_type | m_type |
osmium::object_id_type | m_ref |
const char * | m_role |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
private |
|
private |
|
private |