Libosmium
Fast and flexible C++ library for working with OpenStreetMap data
Loading...
Searching...
No Matches
osmium::RelationMemberList Class Reference

#include <relation.hpp>

Inheritance diagram for osmium::RelationMemberList:
Collaboration diagram for osmium::RelationMemberList:

Public Member Functions

 RelationMemberList () noexcept=default
Public Member Functions inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
 Collection () noexcept
bool empty () const noexcept
size_type size () const noexcept
iterator begin () noexcept
iterator end () noexcept
const_iterator cbegin () const noexcept
const_iterator cend () const noexcept
Public Member Functions inherited from osmium::memory::Item
 Item (const Item &)=delete
Itemoperator= (const Item &)=delete
 Item (Item &&)=delete
Itemoperator= (Item &&)=delete
 ~Item () noexcept=default
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 (const bool removed) noexcept
diff_indicator_type diff () const noexcept
char diff_as_char () const noexcept
void set_diff (const diff_indicator_type diff) noexcept

Static Public Member Functions

static constexpr bool is_compatible_to (osmium::item_type t) noexcept
Static Public Member Functions inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
static constexpr bool is_compatible_to (const osmium::item_type t) noexcept
Static Public Member Functions inherited from osmium::memory::Item
static constexpr bool is_compatible_to (osmium::item_type) noexcept

Additional Inherited Members

Public Types inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
using value_type
using reference
using const_reference
using iterator
using const_iterator
using size_type
Static Public Attributes inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
static constexpr osmium::item_type itemtype
Protected Member Functions inherited from osmium::memory::Item
 Item (item_size_type size=0, item_type type=item_type{}) noexcept
Itemset_type (const item_type item_type) noexcept

Constructor & Destructor Documentation

◆ RelationMemberList()

osmium::RelationMemberList::RelationMemberList ( )
defaultnoexcept

Member Function Documentation

◆ is_compatible_to()

constexpr bool osmium::RelationMemberList::is_compatible_to ( osmium::item_type t)
inlinestaticconstexprnoexcept

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