18 #include "dtoolbase.h"
20 #include "lineStreamBuf.h"
40 INLINE
bool is_text_available()
const;
41 INLINE
string get_line();
42 INLINE
bool has_newline()
const;
48 #include "lineStream.I"
Used by LineStream to implement an ostream that writes to a memory buffer, whose contents can be cont...
This is a special ostream that writes to a memory buffer, like ostrstream.