OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_node_iterator Class Reference

Public Types

typedef ptrdiff_t difference_type
 
typedef xml_node value_type
 
typedef xml_nodepointer
 
typedef xml_nodereference
 
typedef std::bidirectional_iterator_tag iterator_category
 

Public Member Functions

 xml_node_iterator (const xml_node &node)
 
bool operator== (const xml_node_iterator &rhs) const
 
bool operator!= (const xml_node_iterator &rhs) const
 
xml_nodeoperator* () const
 
xml_nodeoperator-> () const
 
const xml_node_iteratoroperator++ ()
 
xml_node_iterator operator++ (int)
 
const xml_node_iteratoroperator-- ()
 
xml_node_iterator operator-- (int)
 

Friends

class xml_node
 

Detailed Description

Definition at line 845 of file pugixml.hpp.

Member Typedef Documentation

◆ difference_type

typedef ptrdiff_t pugi::xml_node_iterator::difference_type

Definition at line 856 of file pugixml.hpp.

◆ iterator_category

typedef std::bidirectional_iterator_tag pugi::xml_node_iterator::iterator_category

Definition at line 862 of file pugixml.hpp.

◆ pointer

Definition at line 858 of file pugixml.hpp.

◆ reference

Definition at line 859 of file pugixml.hpp.

◆ value_type

Definition at line 857 of file pugixml.hpp.

Constructor & Destructor Documentation

◆ xml_node_iterator() [1/2]

PUGI__FN pugi::xml_node_iterator::xml_node_iterator ( )

Definition at line 6372 of file pugixml.cpp.

◆ xml_node_iterator() [2/2]

PUGI__FN pugi::xml_node_iterator::xml_node_iterator ( const xml_node node)

Definition at line 6374 of file pugixml.cpp.

Member Function Documentation

◆ operator!=()

PUGI__FN bool pugi::xml_node_iterator::operator!= ( const xml_node_iterator rhs) const

Definition at line 6386 of file pugixml.cpp.

◆ operator*()

PUGI__FN xml_node & pugi::xml_node_iterator::operator* ( ) const

Definition at line 6391 of file pugixml.cpp.

◆ operator++() [1/2]

PUGI__FN const xml_node_iterator & pugi::xml_node_iterator::operator++ ( )

Definition at line 6401 of file pugixml.cpp.

◆ operator++() [2/2]

PUGI__FN xml_node_iterator pugi::xml_node_iterator::operator++ ( int  )

Definition at line 6407 of file pugixml.cpp.

◆ operator--() [1/2]

PUGI__FN const xml_node_iterator & pugi::xml_node_iterator::operator-- ( )

Definition at line 6413 of file pugixml.cpp.

◆ operator--() [2/2]

PUGI__FN xml_node_iterator pugi::xml_node_iterator::operator-- ( int  )

Definition at line 6418 of file pugixml.cpp.

◆ operator->()

PUGI__FN xml_node * pugi::xml_node_iterator::operator-> ( ) const

Definition at line 6396 of file pugixml.cpp.

◆ operator==()

PUGI__FN bool pugi::xml_node_iterator::operator== ( const xml_node_iterator rhs) const

Definition at line 6381 of file pugixml.cpp.

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

Definition at line 846 of file pugixml.hpp.


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