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

#include <elm/data/TreeMap.h>

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

Public Member Functions

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

Additional Inherited Members

- Public Types inherited from PreIterator< PairIter, const value_t & >
typedef const value_t & t
 
typedef const value_t & return_t
 

Constructor & Destructor Documentation

◆ PairIter()

PairIter ( const TreeMap map)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

References iter::ended().

◆ equals()

bool equals ( const PairIter ii) const
inline

◆ item()

const value_t& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

References iter::next().


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