reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofXmlAttributeIterator Class Reference

#include <ofXml.h>

Public Types

typedef pugi::xml_attribute_iterator Base
 
typedef pugi::xml_attribute Node
 

Public Member Functions

 ofXmlAttributeIterator ()
 
bool operator== (const ofXmlAttributeIterator &rhs) const
 
bool operator!= (const ofXmlAttributeIterator &rhs) const
 
const ofXml::Attributeoperator* () const
 
const ofXml::Attributeoperator-> () const
 
ofXml::Attributeoperator* ()
 
ofXml::Attributeoperator-> ()
 
const ofXmlAttributeIteratoroperator++ ()
 
ofXmlAttributeIterator operator++ (int)
 
const ofXmlAttributeIteratoroperator-- ()
 
ofXmlAttributeIterator operator-- (int)
 

Friends

class ofXml
 

Member Typedef Documentation

◆ Base

typedef pugi::xml_attribute_iterator ofXmlAttributeIterator::Base

◆ Node

typedef pugi::xml_attribute ofXmlAttributeIterator::Node

Constructor & Destructor Documentation

◆ ofXmlAttributeIterator()

ofXmlAttributeIterator::ofXmlAttributeIterator ( )
inline

Member Function Documentation

◆ operator!=()

bool ofXmlAttributeIterator::operator!= ( const ofXmlAttributeIterator rhs) const
inline

◆ operator*() [1/2]

ofXml::Attribute & ofXmlAttributeIterator::operator* ( )
inline

◆ operator*() [2/2]

const ofXml::Attribute & ofXmlAttributeIterator::operator* ( ) const
inline

◆ operator++() [1/2]

const ofXmlAttributeIterator & ofXmlAttributeIterator::operator++ ( )
inline

◆ operator++() [2/2]

ofXmlAttributeIterator ofXmlAttributeIterator::operator++ ( int  )
inline

◆ operator--() [1/2]

const ofXmlAttributeIterator & ofXmlAttributeIterator::operator-- ( )
inline

◆ operator--() [2/2]

ofXmlAttributeIterator ofXmlAttributeIterator::operator-- ( int  )
inline

◆ operator->() [1/2]

ofXml::Attribute * ofXmlAttributeIterator::operator-> ( )
inline

◆ operator->() [2/2]

const ofXml::Attribute * ofXmlAttributeIterator::operator-> ( ) const
inline

◆ operator==()

bool ofXmlAttributeIterator::operator== ( const ofXmlAttributeIterator rhs) const
inline

Friends And Related Symbol Documentation

◆ ofXml

friend class ofXml
friend

The documentation for this class was generated from the following file:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofXml.h