Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::genstruct::Tree< T >::Iterator Class Reference

#include <elm/genstruct/Tree.h>

+ Inheritance diagram for elm::genstruct::Tree< T >::Iterator:

Public Member Functions

 Iterator (const Iterator &iter)
 
 Iterator (const Tree *tree)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
- Public Member Functions inherited from elm::PreIterator< Iterator, const T & >
 operator bool (void) const
 
 operator const T & (void) const
 
Iterator & operator++ (void)
 
Iterator & operator++ (int)
 
const T & operator* (void) const
 
const T & operator-> (void) const
 

Constructor & Destructor Documentation

template<class T >
elm::genstruct::Tree< T >::Iterator::Iterator ( const Iterator iter)
template<class T >
elm::genstruct::Tree< T >::Iterator::Iterator ( const Tree tree)

Member Function Documentation

template<class T >
bool elm::genstruct::Tree< T >::Iterator::ended ( void  ) const
template<class T >
const T& elm::genstruct::Tree< T >::Iterator::item ( void  ) const
template<class T >
void elm::genstruct::Tree< T >::Iterator::next ( void  )

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