Libosmium  2.9.0
Fast and flexible C++ library for working with OpenStreetMap data
Public Types | Public Member Functions | List of all members
osmium::RelationMemberList Class Reference

#include <relation.hpp>

Inheritance diagram for osmium::RelationMemberList:
Inheritance graph
[legend]
Collaboration diagram for osmium::RelationMemberList:
Collaboration graph
[legend]

Public Types

using size_type = size_t
 
- Public Types inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
using iterator = CollectionIterator< RelationMember >
 
using const_iterator = CollectionIterator< const RelationMember >
 
using value_type = RelationMember
 

Public Member Functions

 RelationMemberList ()
 
size_type size () const noexcept
 
- Public Member Functions inherited from osmium::memory::Collection< RelationMember, osmium::item_type::relation_member_list >
 Collection ()
 
bool empty () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 
- Public Member Functions inherited from osmium::memory::Item
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
 

Additional Inherited Members

- 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
 
 Item (const Item &)=delete
 
 Item (Item &&)=delete
 
Itemoperator= (const Item &)=delete
 
Itemoperator= (Item &&)=delete
 
Itemset_type (const item_type item_type) noexcept
 

Member Typedef Documentation

§ size_type

Constructor & Destructor Documentation

§ RelationMemberList()

osmium::RelationMemberList::RelationMemberList ( )
inline

Member Function Documentation

§ size()

size_type osmium::RelationMemberList::size ( ) const
inlinenoexcept

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