Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/sys/Plugger.h>
Public Member Functions | |
Iter (Plugger &_plugger, bool end=false) | |
~Iter (void) | |
bool | ended (void) const |
String | item (void) const |
void | next (void) |
Plugin * | plug (void) const |
Path | path (void) const |
Public Member Functions inherited from PreIterator< Iter, String > | |
bool | operator() () const |
bool | operator! () const |
String | operator* () const |
String | 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, String > | |
typedef String | t |
typedef String | return_t |
Build a new iterator.
plugger | Used plugger. |
bool | If true, builds an end iterator (default to false). |
Get the current plugin name.
References String::length(), Path::namePart(), and String::substring().