Libosmium
2.11.1
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <changeset.hpp>
Public Member Functions | |
ChangesetDiscussion () | |
![]() | |
Collection () | |
bool | empty () const noexcept |
size_type | size () const noexcept |
iterator | begin () noexcept |
const_iterator | begin () const noexcept |
iterator | end () noexcept |
const_iterator | end () const noexcept |
const_iterator | cbegin () const noexcept |
const_iterator | cend () const noexcept |
![]() | |
unsigned char * | next () noexcept |
const unsigned char * | next () const noexcept |
item_size_type | byte_size () const noexcept |
item_size_type | padded_size () const |
item_type | type () const noexcept |
bool | removed () const noexcept |
void | set_removed (bool removed) noexcept |
diff_indicator_type | diff () const noexcept |
char | diff_as_char () const noexcept |
void | set_diff (diff_indicator_type diff) noexcept |
|
inline |