Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
TreeMap< K, T, C, E, A >::Iter Class Reference

#include <elm/data/TreeMap.h>

+ Inheritance diagram for TreeMap< K, T, C, E, A >::Iter:

Public Member Functions

 Iter (const TreeMap &map)
 
bool ended (void) const
 
void next (void)
 
const T & item (void) const
 
bool equals (const Iter &ii) const
 
- Public Member Functions inherited from PreIterator< Iter, const T & >
bool operator() () const
 
bool operator! () const
 
const T & operator* () const
 
const T & operator-> () const
 
Iter & operator++ ()
 
void operator++ (int)
 
bool operator== (const Iter &i) const
 
bool operator!= (const Iter &i) const
 

Additional Inherited Members

- Public Types inherited from PreIterator< Iter, const T & >
typedef const T & t
 
typedef const T & return_t
 

Constructor & Destructor Documentation

◆ Iter()

Iter ( const TreeMap map)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

References iter::ended().

◆ equals()

bool equals ( const Iter ii) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

References iter::next().


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