HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pugi::xml_node_iterator Class Reference

#include <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
 
xml_node_iteratoroperator++ ()
 
xml_node_iterator operator++ (int)
 
xml_node_iteratoroperator-- ()
 
xml_node_iterator operator-- (int)
 

Friends

class xml_node
 

Detailed Description

Definition at line 834 of file pugixml.hpp.

Member Typedef Documentation

Definition at line 846 of file pugixml.hpp.

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

Definition at line 852 of file pugixml.hpp.

Definition at line 848 of file pugixml.hpp.

Definition at line 849 of file pugixml.hpp.

Definition at line 847 of file pugixml.hpp.

Constructor & Destructor Documentation

PUGI__FN pugi::xml_node_iterator::xml_node_iterator ( )

Definition at line 6708 of file pugixml.cpp.

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

Definition at line 6712 of file pugixml.cpp.

Member Function Documentation

Definition at line 6725 of file pugixml.cpp.

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

Definition at line 6730 of file pugixml.cpp.

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

Definition at line 6742 of file pugixml.cpp.

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

Definition at line 6749 of file pugixml.cpp.

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

Definition at line 6756 of file pugixml.cpp.

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

Definition at line 6762 of file pugixml.cpp.

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

Definition at line 6736 of file pugixml.cpp.

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

Definition at line 6720 of file pugixml.cpp.

Friends And Related Function Documentation

friend class xml_node
friend

Definition at line 836 of file pugixml.hpp.


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