Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/FragTable.h>
Public Member Functions | |
MutIter () | |
MutIter (self_t &c, int p=0) | |
T & | item () |
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 MutPreIter< MutIter, T > | |
T & | operator* () |
T | operator-> () |
Additional Inherited Members | |
Protected Attributes inherited from FragTable< T, E, A >::BaseIter | |
const self_t * | arr |
int | i |
int | len |
|
inline |
|
inline |