28 return _lsb.is_text_available();
39 return _lsb.get_line();
49 return _lsb.has_newline();
bool has_newline() const
Returns true if the line of text most recently returned by get_line() was written out with a terminat...
bool is_text_available() const
Returns true if there is at least one line of text (or even a partial line) available in the LineStre...
std::string get_line()
Extracts and returns the next line (or partial line) of text available in the LineStream object.