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

#include <elm/data/TreeMap.h>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from PreIterator< KeyIter, const K & >
typedef const K & t
 
typedef const K & return_t
 

Constructor & Destructor Documentation

◆ KeyIter()

KeyIter ( const TreeMap map)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

References iter::ended().

◆ equals()

bool equals ( const KeyIter ii) const
inline

◆ item()

const K& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

References iter::next().


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