OpenCPN Partial API docs
Loading...
Searching...
No Matches
pugi::xml_attribute_iterator Class Reference

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 (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
 
const xml_attribute_iteratoroperator++ ()
 
xml_attribute_iterator operator++ (int)
 
const xml_attribute_iteratoroperator-- ()
 
xml_attribute_iterator operator-- (int)
 

Friends

class xml_node
 

Detailed Description

Definition at line 887 of file pugixml.hpp.

Member Typedef Documentation

◆ difference_type

typedef ptrdiff_t pugi::xml_attribute_iterator::difference_type

Definition at line 898 of file pugixml.hpp.

◆ iterator_category

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

Definition at line 904 of file pugixml.hpp.

◆ pointer

◆ reference

◆ value_type

Constructor & Destructor Documentation

◆ xml_attribute_iterator() [1/2]

PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator ( )

Definition at line 6424 of file pugixml.cpp.

◆ xml_attribute_iterator() [2/2]

PUGI__FN pugi::xml_attribute_iterator::xml_attribute_iterator ( const xml_attribute attr,
const xml_node parent 
)

Definition at line 6426 of file pugixml.cpp.

Member Function Documentation

◆ operator!=()

PUGI__FN bool pugi::xml_attribute_iterator::operator!= ( const xml_attribute_iterator rhs) const

Definition at line 6439 of file pugixml.cpp.

◆ operator*()

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

Definition at line 6444 of file pugixml.cpp.

◆ operator++() [1/2]

PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator++ ( )

Definition at line 6454 of file pugixml.cpp.

◆ operator++() [2/2]

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

Definition at line 6460 of file pugixml.cpp.

◆ operator--() [1/2]

PUGI__FN const xml_attribute_iterator & pugi::xml_attribute_iterator::operator-- ( )

Definition at line 6466 of file pugixml.cpp.

◆ operator--() [2/2]

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

Definition at line 6471 of file pugixml.cpp.

◆ operator->()

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

Definition at line 6449 of file pugixml.cpp.

◆ operator==()

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

Definition at line 6434 of file pugixml.cpp.

Friends And Related Symbol Documentation

◆ xml_node

friend class xml_node
friend

Definition at line 888 of file pugixml.hpp.


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