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

#include <elm/data/ListMap.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ Iter() [1/2]

Iter ( )
inline

◆ Iter() [2/2]

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

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const Iter ii) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

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