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

#include <elm/data/ListMap.h>

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

Public Member Functions

T & item () const
 
 PreIter ()
 
 PreIter (const self_t &l)
 
- Public Member Functions inherited from ListMap< K, T, C, E, A >::PreIter
 PreIter ()
 
 PreIter (const self_t &l)
 
bool ended (void) const
 
void next (void)
 
bool equals (const PreIter &ii) const
 
- Public Member Functions inherited from PreIter< PreIter, T >
bool operator() () const
 
bool operator! () const
 
PreIteroperator++ ()
 
void operator++ (int)
 
bool operator== (const PreIter &i) const
 
bool operator!= (const PreIter &i) const
 
- Public Member Functions inherited from MutPreIter< MutIter, T >
T & operator* () const
 
operator-> () const
 

Additional Inherited Members

- Public Types inherited from PreIter< PreIter, T >
typedef T t
 
- Public Types inherited from MutPreIter< MutIter, T >
typedef T & return_t
 
- Protected Attributes inherited from ListMap< K, T, C, E, A >::PreIter
PairIter i
 

Member Function Documentation

◆ item()

T& item ( void  ) const
inline

References Pair< T1, T2 >::snd.

◆ PreIter() [1/2]

PreIter
inline

◆ PreIter() [2/2]

PreIter
inline

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