Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
String::Iter Class Reference

#include <elm/string/String.h>

+ Inheritance diagram for String::Iter:

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
 

Constructor & Destructor Documentation

◆ Iter()

Iter ( const String s,
int  i = 0 
)
inline

Member Function Documentation

◆ atEnd()

bool atEnd ( ) const
inline

References String::length().

◆ equals()

bool equals ( const Iter i) const
inline

◆ item()

char item ( ) const
inline

◆ next()

void next ( )
inline

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