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

#include <elm/data/BiDiList.h>

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

Public Member Functions

 BackIter (const BiDiList &l)
 
 BackIter (const Iter &i)
 
bool ended (void) const
 
const T & item (void) const
 
void next (void)
 
- Public Member Functions inherited from InplacePreIterator< BackIter, T >
bool operator() () const
 
bool operator! () const
 
const T & operator* () const
 
const T & operator-> () const
 
BackIter & operator++ ()
 
void operator++ (int)
 
bool operator== (const BackIter &i) const
 
bool operator!= (const BackIter &i) const
 

Additional Inherited Members

- Public Types inherited from InplacePreIterator< BackIter, T >
typedef T t
 
- Public Attributes inherited from InplacePreIterator< BackIter, T >
const typedef T & return_t
 

Detailed Description

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

Iterator on @ef BiDiList for backward traversal of elements.

Constructor & Destructor Documentation

◆ BackIter() [1/2]

BackIter ( const BiDiList l)
inline

◆ BackIter() [2/2]

BackIter ( const Iter i)
inline

References elm::_.

Member Function Documentation

◆ ended()

bool ended ( void  ) 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: