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

#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
 

Constructor & Destructor Documentation

◆ LineIter()

LineIter ( Input input,
bool  end = false 
)
inline

Member Function Documentation

◆ ended()

bool ended ( ) const
inline

◆ equals()

bool equals ( const LineIter i) const
inline

◆ item()

string item ( ) const
inline

◆ next()

void next ( )
inline

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