![]() |
Cinder
0.9.1
|
#include <Xml.h>
Inherited by cinder::XmlTree::Iter.
Public Member Functions | |
const XmlTree & | operator* () const |
const XmlTree * | operator-> () const |
ConstIter & | operator++ () |
const ConstIter | operator++ (int) |
bool | operator!= (const ConstIter &rhs) |
bool | operator== (const ConstIter &rhs) |
A const iterator over the children of an XmlTree.
const XmlTree& cinder::XmlTree::ConstIter::operator* | ( | ) | const |
Returns a reference to the XmlTree the iterator currently points to.
const XmlTree* cinder::XmlTree::ConstIter::operator-> | ( | ) | const |
Returns a pointer to the XmlTree the iterator currently points to.
ConstIter& cinder::XmlTree::ConstIter::operator++ | ( | ) |
Increments the iterator to the next child. If using a non-empty filterPath increments to the next child which matches the filterPath.
const ConstIter cinder::XmlTree::ConstIter::operator++ | ( | int | ) |
Increments the iterator to the next child. If using a non-empty filterPath increments to the next child which matches the filterPath.
bool cinder::XmlTree::ConstIter::operator!= | ( | const ConstIter & | rhs | ) |
bool cinder::XmlTree::ConstIter::operator== | ( | const ConstIter & | rhs | ) |