Libosmium  2.9.0
Fast and flexible C++ library for working with OpenStreetMap data
Public Member Functions | Private Attributes | List of all members
member_type Class Reference

#include <attr.hpp>

Public Member Functions

constexpr member_type (osmium::item_type 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
 

Constructor & Destructor Documentation

§ member_type()

constexpr member_type::member_type ( osmium::item_type  type,
osmium::object_id_type  ref,
const char *  role = "" 
)
inlinenoexcept

Member Function Documentation

§ ref()

constexpr osmium::object_id_type member_type::ref ( ) const
inlinenoexcept

§ role()

constexpr const char* member_type::role ( ) const
inlinenoexcept

§ type()

constexpr osmium::item_type member_type::type ( ) const
inlinenoexcept

Member Data Documentation

§ m_ref

osmium::object_id_type member_type::m_ref
private

§ m_role

const char* member_type::m_role
private

§ m_type

osmium::item_type member_type::m_type
private

The documentation for this class was generated from the following file: