Easy3D 2.5.3
|
Input stream class to operate on ASCII files. More...
#include <easy3d/util/line_stream.h>
Public Member Functions | |
LineInputStream (std::istream &in) | |
bool | eof () const |
bool | eol () const |
bool | fail () const |
void | get_line () |
std::istream & | line () |
const std::string & | current_line () const |
template<class T > | |
LineInputStream & | operator>> (T ¶m) |
Input stream class to operate on ASCII files.