pugixml
 All Classes Functions Variables
Public Types | Public Member Functions | Friends | List of all members
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

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