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

#include <elm/data/BiDiList.h>

+ Inheritance diagram for BiDiList< T, E, A >::Iter:

Public Member Functions

 Iter (void)
 
 Iter (const BiDiList &l)
 
 Iter (const BackIter &i)
 
 Iter (const BiDiList &l, bool end)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
bool equals (const Iter &i) const
 
- Public Member Functions inherited from InplacePreIterator< Iter, T >
bool operator() () const
 
bool operator! () const
 
const T & operator* () const
 
const T & 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 InplacePreIterator< Iter, T >
typedef T t
 
- Public Attributes inherited from InplacePreIterator< Iter, T >
const typedef T & return_t
 

Detailed Description

template<class T, class E = Equiv<T>, class A = DefaultAlloc>
class elm::BiDiList< T, E, A >::Iter

Iterator on @ef BiDiList for forward traversal of elements.

Constructor & Destructor Documentation

◆ Iter() [1/4]

Iter ( void  )
inline

◆ Iter() [2/4]

Iter ( const BiDiList l)
inline

◆ Iter() [3/4]

Iter ( const BackIter i)
inline

◆ Iter() [4/4]

Iter ( const BiDiList l,
bool  end 
)
inline

Member Function Documentation

◆ ended()

bool ended ( void  ) const
inline

◆ equals()

bool equals ( const Iter i) const
inline

◆ item()

const T& item ( void  ) const
inline

◆ next()

void next ( void  )
inline

References elm::_.


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