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

#include <elm/data/ListMap.h>

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

Public Member Functions

 KeyIter (void)
 
 KeyIter (const ListMap< K, T > &l)
 
bool ended (void) const
 
const K & item (void) const
 
void next (void)
 
bool equals (const KeyIter &ii)
 
- Public Member Functions inherited from PreIterator< KeyIter, K >
bool operator() () const
 
bool operator! () const
 
operator* () const
 
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, K >
typedef K t
 
typedef K return_t
 

Constructor & Destructor Documentation

◆ KeyIter() [1/2]

KeyIter ( void  )
inline

◆ KeyIter() [2/2]

KeyIter ( const ListMap< K, T > &  l)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const KeyIter ii)
inline

◆ item()

const K& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

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