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