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

#include <elm/data/List.h>

+ Inheritance diagram for List< T, E, A >::PrecIter:

Public Member Functions

 PrecIter (void)
 
 PrecIter (const List &_list)
 
 operator Iter (void) const
 
bool operator== (const PrecIter &i)
 
bool operator!= (const PrecIter &i)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
- Public Member Functions inherited from PreIterator< PrecIter, const T & >
bool operator() () const
 
bool operator! () const
 
const T & operator* () const
 
const T & operator-> () const
 
PrecIter & operator++ ()
 
void operator++ (int)
 
bool operator== (const PrecIter &i) const
 
bool operator!= (const PrecIter &i) const
 

Additional Inherited Members

- Public Types inherited from PreIterator< PrecIter, const T & >
typedef const T & t
 
typedef const T & return_t
 

Constructor & Destructor Documentation

◆ PrecIter() [1/2]

PrecIter ( void  )
inline

◆ PrecIter() [2/2]

PrecIter ( const List _list)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

◆ operator Iter()

operator Iter ( void  ) const
inline

◆ operator!=()

bool operator!= ( const PrecIter i)
inline

◆ operator==()

bool operator== ( const PrecIter i)
inline

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