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

#include <elm/data/FragTable.h>

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

Public Member Functions

const T & item () const
 
 BaseIter ()
 
 BaseIter (const self_t &array, int pos=0)
 
- Public Member Functions inherited from FragTable< T, E, A >::BaseIter
 BaseIter ()
 
 BaseIter (const self_t &array, int pos=0)
 
void next (void)
 
const T & item () const
 
bool ended (void) const
 
bool equals (const BaseIter &it) const
 
- Public Member Functions inherited from PreIter< BaseIter, T >
bool operator() () const
 
bool operator! () const
 
BaseIter & operator++ ()
 
void operator++ (int)
 
bool operator== (const BaseIter &i) const
 
bool operator!= (const BaseIter &i) const
 
- Public Member Functions inherited from ConstPreIter< Iter, T >
const T & operator* () const
 
operator-> () const
 

Additional Inherited Members

- Protected Attributes inherited from FragTable< T, E, A >::BaseIter
const self_tarr
 
int i
 
int len
 

Member Function Documentation

◆ BaseIter() [1/2]

BaseIter
inline

◆ BaseIter() [2/2]

BaseIter
inline

◆ item()


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