Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/string/utf8.h>
Public Member Functions | |
Iter (const char *str, elm::t::size size) | |
Iter (cstring str) | |
Iter (string str) | |
bool | ended (void) const |
const char_t & | item (void) const |
void | next (void) |
Public Member Functions inherited from PreIterator< Iter, char_t > | |
bool | operator() () const |
bool | operator! () const |
char_t | operator* () const |
char_t | 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_t > | |
typedef char_t | t |
typedef char_t | return_t |
Traverse an UTF-8 string Unicode character based on UTF-8 unicode characters.
|
inline |