xml_node_iterator Class Reference

xml_node_iterator Class Reference

#include <pugixml.hpp>

Class Description

Definition at line 659 of file pugixml.hpp.

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 ()
 
 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
 

Member Typedef Documentation

typedef ptrdiff_t difference_type

Definition at line 671 of file pugixml.hpp.

typedef std::bidirectional_iterator_tag iterator_category

Definition at line 677 of file pugixml.hpp.

typedef xml_node* pointer

Definition at line 673 of file pugixml.hpp.

typedef xml_node& reference

Definition at line 674 of file pugixml.hpp.

Definition at line 672 of file pugixml.hpp.

Constructor & Destructor Documentation

xml_node_iterator ( const xml_node node)

Member Function Documentation

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

Friends And Related Function Documentation

friend class xml_node
friend

Definition at line 661 of file pugixml.hpp.


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