Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/sys/Path.h>
Public Member Functions | |
PathIter (void) | |
PathIter (string paths) | |
bool | ended (void) const |
Path | item (void) const |
void | next (void) |
bool | equals (const PathIter &i) const |
Public Member Functions inherited from PreIterator< PathIter, string > | |
bool | operator() () const |
bool | operator! () const |
string | operator* () const |
string | operator-> () const |
PathIter & | operator++ () |
void | operator++ (int) |
bool | operator== (const PathIter &i) const |
bool | operator!= (const PathIter &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< PathIter, string > | |
typedef string | t |
typedef string | return_t |
This iterator allows to iterate over a list of paths, contained in a string, separated by the OS path separator.
References String::length(), and elm::io::p().
References elm::io::p().
References elm::io::p(), and String::substring().
References String::length(), and elm::io::p().