|
Libosmium
2.6.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <node_ref_list.hpp>


Public Types | |
| using | iterator = NodeRef * |
| using | const_iterator = const NodeRef * |
| using | const_reverse_iterator = std::reverse_iterator< const NodeRef * > |
Public Member Functions | |
| NodeRefList (osmium::item_type itemtype) noexcept | |
| bool | empty () const noexcept |
| size_t | size () const noexcept |
| const NodeRef & | operator[] (size_t n) const noexcept |
| const NodeRef & | front () const noexcept |
| const NodeRef & | back () const noexcept |
| bool | is_closed () const noexcept |
| bool | ends_have_same_id () const noexcept |
| bool | ends_have_same_location () const |
| iterator | begin () noexcept |
| Returns an iterator to the beginning. More... | |
| iterator | end () noexcept |
| Returns an iterator to the end. More... | |
| const_iterator | cbegin () const noexcept |
| Returns an iterator to the beginning. More... | |
| const_iterator | cend () const noexcept |
| Returns an iterator to the end. More... | |
| const_iterator | begin () const noexcept |
| Returns an iterator to the beginning. More... | |
| const_iterator | end () const noexcept |
| Returns an iterator to the end. More... | |
| const_reverse_iterator | crbegin () const noexcept |
| Returns a reverse_iterator to the beginning. More... | |
| const_reverse_iterator | crend () const noexcept |
| Returns a reverse_iterator to the end. More... | |
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 |
Additional Inherited Members | |
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 | |
| Item & | operator= (const Item &)=delete |
| Item & | operator= (Item &&)=delete |
| Item & | set_type (const item_type item_type) noexcept |
An ordered collection of NodeRef objects. Usually this is not instantiated directly, but one of its subclasses are used.
| using osmium::NodeRefList::const_iterator = const NodeRef* |
| using osmium::NodeRefList::const_reverse_iterator = std::reverse_iterator<const NodeRef*> |
| using osmium::NodeRefList::iterator = NodeRef* |
|
inlineexplicitnoexcept |
|
inlinenoexcept |
Access the last element.
|
inlinenoexcept |
Returns an iterator to the beginning.
|
inlinenoexcept |
Returns an iterator to the beginning.
|
inlinenoexcept |
Returns an iterator to the beginning.
|
inlinenoexcept |
Returns an iterator to the end.
|
inlinenoexcept |
Returns a reverse_iterator to the beginning.
|
inlinenoexcept |
Returns a reverse_iterator to the end.
|
inlinenoexcept |
Checks whether the collection is empty.
|
inlinenoexcept |
Returns an iterator to the end.
|
inlinenoexcept |
Returns an iterator to the end.
|
inlinenoexcept |
Checks whether the first and last node in the collection have the same ID. The locations are not checked.
|
inline |
|
inlinenoexcept |
Access the first element.
|
inlinenoexcept |
Checks whether the first and last node in the collection have the same ID. The locations are not checked.
|
inlinenoexcept |
Access specified element.
| n | Get the n-th element of the collection. |
|
inlinenoexcept |
Returns the number of NodeRefs in the collection.
1.8.11