Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | List of all members
cinder::XmlTree::ConstIter Class Reference

A const iterator over the children of an XmlTree. More...

#include <Xml.h>

Inheritance diagram for cinder::XmlTree::ConstIter:
[legend]

Public Member Functions

const XmlTreeoperator* () const
 Returns a reference to the XmlTree the iterator currently points to. More...
 
const XmlTreeoperator-> () const
 Returns a pointer to the XmlTree the iterator currently points to. More...
 
ConstIteroperator++ ()
 Increments the iterator to the next child. If using a non-empty filterPath increments to the next child which matches the filterPath. More...
 
const 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. More...
 
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: