This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofXmlSearchIterator Class Reference
#include <ofXml.h>
Public Member Functions | |
ofXmlSearchIterator () | |
bool | operator== (const ofXmlSearchIterator &rhs) const |
bool | operator!= (const ofXmlSearchIterator &rhs) const |
ofXml & | operator* () const |
ofXml * | operator-> () const |
const ofXmlSearchIterator & | operator++ () |
ofXmlSearchIterator | operator++ (int) |
const ofXmlSearchIterator & | operator-- () |
ofXmlSearchIterator | operator-- (int) |
Constructor & Destructor Documentation
◆ ofXmlSearchIterator()
ofXmlSearchIterator::ofXmlSearchIterator | ( | ) |
Member Function Documentation
◆ operator!=()
bool ofXmlSearchIterator::operator!= | ( | const ofXmlSearchIterator & | rhs | ) | const |
◆ operator*()
ofXml & ofXmlSearchIterator::operator* | ( | ) | const |
◆ operator++() [1/2]
const ofXmlSearchIterator & ofXmlSearchIterator::operator++ | ( | ) |
◆ operator++() [2/2]
ofXmlSearchIterator ofXmlSearchIterator::operator++ | ( | int | ) |
◆ operator--() [1/2]
const ofXmlSearchIterator & ofXmlSearchIterator::operator-- | ( | ) |
◆ operator--() [2/2]
ofXmlSearchIterator ofXmlSearchIterator::operator-- | ( | int | ) |
◆ operator->()
ofXml * ofXmlSearchIterator::operator-> | ( | ) | const |
◆ operator==()
bool ofXmlSearchIterator::operator== | ( | const ofXmlSearchIterator & | rhs | ) | const |
The documentation for this class was generated from the following files: