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::inhstruct::Tree::Iterator Class Reference

#include <elm/inhstruct/Tree.h>

+ Inheritance diagram for elm::inhstruct::Tree::Iterator:

Public Member Functions

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

Detailed Description

Iterator on the children of a tree. {Implemented concepts}: elm::concept::Iterator.

Constructor & Destructor Documentation

elm::inhstruct::Tree::Iterator::Iterator ( const Iterator iter)
elm::inhstruct::Tree::Iterator::Iterator ( const Tree tree)

Member Function Documentation

bool elm::inhstruct::Tree::Iterator::ended ( void  ) const
Tree* elm::inhstruct::Tree::Iterator::item ( void  ) const
void elm::inhstruct::Tree::Iterator::next ( void  )

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