![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/io/Input.h>
Inheritance diagram for Input::LineIter:Public Member Functions | |
| LineIter (Input &input, bool end=false) | |
| bool | ended () const |
| string | item () const |
| void | next () |
| bool | equals (const LineIter &i) const |
Public Member Functions inherited from PreIterator< LineIter, string > | |
| bool | operator() () const |
| bool | operator! () const |
| string | operator* () const |
| string | operator-> () const |
| LineIter & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const LineIter &i) const |
| bool | operator!= (const LineIter &i) const |
Additional Inherited Members | |
Public Types inherited from PreIterator< LineIter, string > | |
| typedef string | t |
| typedef string | return_t |
References Input::LineIter::next().
References Input::ended(), and Input::scanLine().
Referenced by Input::LineIter::LineIter().