xml_named_node_iterator Class Reference

xml_named_node_iterator Class Reference

#include <pugixml.hpp>

Class Description

Definition at line 743 of file pugixml.hpp.

Public Types

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

Public Member Functions

 xml_named_node_iterator ()
 
 xml_named_node_iterator (const xml_node &node, const char_t *name)
 
bool operator== (const xml_named_node_iterator &rhs) const
 
bool operator!= (const xml_named_node_iterator &rhs) const
 
xml_nodeoperator* () const
 
xml_nodeoperator-> () const
 
const xml_named_node_iteratoroperator++ ()
 
xml_named_node_iterator operator++ (int)
 

Member Typedef Documentation

typedef ptrdiff_t difference_type

Definition at line 747 of file pugixml.hpp.

typedef std::forward_iterator_tag iterator_category

Definition at line 753 of file pugixml.hpp.

typedef xml_node* pointer

Definition at line 749 of file pugixml.hpp.

typedef xml_node& reference

Definition at line 750 of file pugixml.hpp.

Definition at line 748 of file pugixml.hpp.

Constructor & Destructor Documentation

xml_named_node_iterator ( const xml_node node,
const char_t name 
)

Member Function Documentation

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

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