31class EXPCL_DTOOL_DTOOLUTIL LineStream :
public std::ostream {
36 INLINE LineStream(
const LineStream ©) =
delete;
Used by LineStream to implement an ostream that writes to a memory buffer, whose contents can be cont...
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.