Libosmium
2.5.4
Fast and flexible C++ library for working with OpenStreetMap data
|
OSMEntity is the abstract base class for the OSMObject and Changeset classes. More...
#include <entity.hpp>
Public Member Functions | |
OSMEntity (osmium::memory::item_size_type size, osmium::item_type type) | |
bool | type_is_in (osmium::osm_entity_bits::type entity_bits) const |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
Item (item_size_type size=0, item_type type=item_type()) noexcept | |
Item (const Item &)=delete | |
Item (Item &&)=delete | |
Item & | operator= (const Item &)=delete |
Item & | operator= (Item &&)=delete |
Item & | set_type (const item_type item_type) noexcept |
|
inlineexplicit |
|
inline |