Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <attr.hpp>
Public Member Functions | |
constexpr | comment_type (osmium::Timestamp date, osmium::user_id_type uid, const char *user, const char *text) noexcept |
constexpr osmium::Timestamp | date () const noexcept |
constexpr osmium::user_id_type | uid () const noexcept |
constexpr const char * | user () const noexcept |
constexpr const char * | text () const noexcept |
Private Attributes | |
osmium::Timestamp | m_date |
osmium::user_id_type | m_uid |
const char * | m_user |
const char * | m_text |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
private |
|
private |
|
private |
|
private |