Cinder  0.9.1
Public Member Functions | List of all members
cinder::XmlTree::ConstIter Class Reference

#include <Xml.h>

Inherited by cinder::XmlTree::Iter.

Public Member Functions

const XmlTreeoperator* () const
 
const XmlTreeoperator-> () const
 
ConstIteroperator++ ()
 
const ConstIter operator++ (int)
 
bool operator!= (const ConstIter &rhs)
 
bool operator== (const ConstIter &rhs)
 

Detailed Description

A const iterator over the children of an XmlTree.

Member Function Documentation

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)

The documentation for this class was generated from the following file: