reference

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

ofXmlIterator< It > Class Template Reference

#include <ofXml.h>

Public Types

typedef It Base
 
typedef pugi::xml_node Node
 

Public Member Functions

 ofXmlIterator ()
 
bool operator== (const ofXmlIterator &rhs) const
 
bool operator!= (const ofXmlIterator &rhs) const
 
const ofXmloperator* () const
 
const ofXmloperator-> () const
 
ofXmloperator* ()
 
ofXmloperator-> ()
 
const ofXmlIteratoroperator++ ()
 
ofXmlIterator operator++ (int)
 
const ofXmlIteratoroperator-- ()
 
ofXmlIterator operator-- (int)
 

Friends

class ofXml
 

Member Typedef Documentation

◆ Base

template<typename It >
typedef It ofXmlIterator< It >::Base

◆ Node

template<typename It >
typedef pugi::xml_node ofXmlIterator< It >::Node

Constructor & Destructor Documentation

◆ ofXmlIterator()

template<typename It >
ofXmlIterator< It >::ofXmlIterator ( )
inline

Member Function Documentation

◆ operator!=()

template<typename It >
bool ofXmlIterator< It >::operator!= ( const ofXmlIterator< It > &  rhs) const
inline

◆ operator*() [1/2]

template<typename It >
ofXml & ofXmlIterator< It >::operator* ( )
inline

◆ operator*() [2/2]

template<typename It >
const ofXml & ofXmlIterator< It >::operator* ( ) const
inline

◆ operator++() [1/2]

template<typename It >
const ofXmlIterator & ofXmlIterator< It >::operator++ ( )
inline

◆ operator++() [2/2]

template<typename It >
ofXmlIterator ofXmlIterator< It >::operator++ ( int  )
inline

◆ operator--() [1/2]

template<typename It >
const ofXmlIterator & ofXmlIterator< It >::operator-- ( )
inline

◆ operator--() [2/2]

template<typename It >
ofXmlIterator ofXmlIterator< It >::operator-- ( int  )
inline

◆ operator->() [1/2]

template<typename It >
ofXml * ofXmlIterator< It >::operator-> ( )
inline

◆ operator->() [2/2]

template<typename It >
const ofXml * ofXmlIterator< It >::operator-> ( ) const
inline

◆ operator==()

template<typename It >
bool ofXmlIterator< It >::operator== ( const ofXmlIterator< It > &  rhs) const
inline

Friends And Related Symbol Documentation

◆ ofXml

template<typename It >
friend class ofXml
friend

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