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