TraceX
 
Loading...
Searching...
No Matches
pugi::xml_named_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_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
 
xml_named_node_iteratoroperator++ ()
 
xml_named_node_iterator operator++ (int)
 
xml_named_node_iteratoroperator-- ()
 
xml_named_node_iterator operator-- (int)
 

Friends

class xml_node
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

typedef std::bidirectional_iterator_tag pugi::xml_named_node_iterator::iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ xml_named_node_iterator() [1/2]

PUGI_IMPL_FN pugi::xml_named_node_iterator::xml_named_node_iterator ( )
Here is the caller graph for this function:

◆ xml_named_node_iterator() [2/2]

PUGI_IMPL_FN pugi::xml_named_node_iterator::xml_named_node_iterator ( const xml_node & node,
const char_t * name )
Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

PUGI_IMPL_FN bool pugi::xml_named_node_iterator::operator!= ( const xml_named_node_iterator & rhs) const
Here is the call graph for this function:

◆ operator*()

PUGI_IMPL_FN xml_node & pugi::xml_named_node_iterator::operator* ( ) const
Here is the call graph for this function:

◆ operator++() [1/2]

PUGI_IMPL_FN xml_named_node_iterator & pugi::xml_named_node_iterator::operator++ ( )
Here is the call graph for this function:

◆ operator++() [2/2]

PUGI_IMPL_FN xml_named_node_iterator pugi::xml_named_node_iterator::operator++ ( int )
Here is the call graph for this function:

◆ operator--() [1/2]

PUGI_IMPL_FN xml_named_node_iterator & pugi::xml_named_node_iterator::operator-- ( )
Here is the call graph for this function:

◆ operator--() [2/2]

PUGI_IMPL_FN xml_named_node_iterator pugi::xml_named_node_iterator::operator-- ( int )
Here is the call graph for this function:

◆ operator->()

PUGI_IMPL_FN xml_node * pugi::xml_named_node_iterator::operator-> ( ) const
Here is the call graph for this function:

◆ operator==()

PUGI_IMPL_FN bool pugi::xml_named_node_iterator::operator== ( const xml_named_node_iterator & rhs) const
Here is the call graph for this function:

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

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