Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/data/util.h>
Public Member Functions | |
SelectIter (const I &i, const P &p) | |
bool | atEnd () const |
const I::return_t & | item () const |
void | next () |
bool | equals (const SelectIter< I, P > &i) const |
Public Member Functions inherited from PreIterator< SelectIter< I, P >, I::t > | |
bool | operator() () const |
bool | operator! () const |
I::t | operator* () const |
I::t | operator-> () const |
SelectIter< I, P > & | operator++ () |
void | operator++ (int) |
bool | operator== (const SelectIter< I, P > &i) const |
bool | operator!= (const SelectIter< I, P > &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< SelectIter< I, P >, I::t > | |
typedef I::t | t |
typedef I::t | return_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |