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 ofXml & | operator* () const |
const ofXml * | operator-> () const |
ofXml & | operator* () |
ofXml * | operator-> () |
const ofXmlIterator & | operator++ () |
ofXmlIterator | operator++ (int) |
const ofXmlIterator & | operator-- () |
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 >
|
inline |
Member Function Documentation
◆ operator!=()
template<typename It >
|
inline |
◆ operator*() [1/2]
template<typename It >
|
inline |
◆ operator*() [2/2]
template<typename It >
|
inline |
◆ operator++() [1/2]
template<typename It >
|
inline |
◆ operator++() [2/2]
template<typename It >
|
inline |
◆ operator--() [1/2]
template<typename It >
|
inline |
◆ operator--() [2/2]
template<typename It >
|
inline |
◆ operator->() [1/2]
template<typename It >
|
inline |
◆ operator->() [2/2]
template<typename It >
|
inline |
◆ operator==()
template<typename It >
|
inline |
Friends And Related Symbol Documentation
◆ ofXml
template<typename It >
|
friend |
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofXml.h