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

#include <elm/data/FragTable.h>

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

Public Member Functions

 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
 

Protected Attributes

const self_tarr
 
int i
 
int len
 

Constructor & Destructor Documentation

◆ BaseIter() [1/2]

BaseIter ( )
inline

◆ BaseIter() [2/2]

BaseIter ( const self_t array,
int  pos = 0 
)
inline

Member Function Documentation

◆ ended()

◆ equals()

bool equals ( const BaseIter it) const
inline

◆ item()

◆ next()

Member Data Documentation

◆ arr

◆ i

◆ len


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