TraceX
 
Loading...
Searching...
No Matches
pugi::xml_attribute_iterator Class Reference

#include <pugixml.hpp>

Public Types

typedef ptrdiff_t difference_type
 
typedef xml_attribute value_type
 
typedef xml_attributepointer
 
typedef xml_attributereference
 
typedef std::bidirectional_iterator_tag iterator_category
 

Public Member Functions

 xml_attribute_iterator ()
 
 xml_attribute_iterator (const xml_attribute &attr, const xml_node &parent)
 
bool operator== (const xml_attribute_iterator &rhs) const
 
bool operator!= (const xml_attribute_iterator &rhs) const
 
xml_attributeoperator* () const
 
xml_attributeoperator-> () const
 
xml_attribute_iteratoroperator++ ()
 
xml_attribute_iterator operator++ (int)
 
xml_attribute_iteratoroperator-- ()
 
xml_attribute_iterator operator-- (int)
 

Friends

class xml_node
 

Member Typedef Documentation

◆ difference_type

◆ iterator_category

typedef std::bidirectional_iterator_tag pugi::xml_attribute_iterator::iterator_category

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ xml_attribute_iterator() [1/2]

PUGI_IMPL_FN pugi::xml_attribute_iterator::xml_attribute_iterator ( )

◆ xml_attribute_iterator() [2/2]

PUGI_IMPL_FN pugi::xml_attribute_iterator::xml_attribute_iterator ( const xml_attribute & attr,
const xml_node & parent )
Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

PUGI_IMPL_FN bool pugi::xml_attribute_iterator::operator!= ( const xml_attribute_iterator & rhs) const

◆ operator*()

PUGI_IMPL_FN xml_attribute & pugi::xml_attribute_iterator::operator* ( ) const

◆ operator++() [1/2]

PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ ( )

◆ operator++() [2/2]

PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator++ ( int )

◆ operator--() [1/2]

PUGI_IMPL_FN xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- ( )

◆ operator--() [2/2]

PUGI_IMPL_FN xml_attribute_iterator pugi::xml_attribute_iterator::operator-- ( int )

◆ operator->()

PUGI_IMPL_FN xml_attribute * pugi::xml_attribute_iterator::operator-> ( ) const

◆ operator==()

PUGI_IMPL_FN bool pugi::xml_attribute_iterator::operator== ( const xml_attribute_iterator & rhs) const

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

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