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

#include <changeset.hpp>

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

Public Types

typedef size_t size_type
 
- Public Types inherited from osmium::memory::Collection< ChangesetComment, osmium::item_type::changeset_discussion >
typedef CollectionIterator< ChangesetCommentiterator
 
typedef CollectionIterator< const ChangesetCommentconst_iterator
 
typedef ChangesetComment value_type
 

Public Member Functions

 ChangesetDiscussion ()
 
size_type size () const noexcept
 
- Public Member Functions inherited from osmium::memory::Collection< ChangesetComment, osmium::item_type::changeset_discussion >
 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
 

Friends

class osmium::builder::ObjectBuilder< osmium::Changeset >
 

Additional Inherited Members

- Static Public Attributes inherited from osmium::memory::Collection< ChangesetComment, osmium::item_type::changeset_discussion >
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

Constructor & Destructor Documentation

osmium::ChangesetDiscussion::ChangesetDiscussion ( )
inline

Member Function Documentation

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

Friends And Related Function Documentation


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