Lolly 1.4.28
|
Public Member Functions | |
buffered_ostream_rep (tm_ostream_rep *master) | |
~buffered_ostream_rep () | |
bool | is_writable () const |
void | write (const char *) |
Public Member Functions inherited from tm_ostream_rep | |
tm_ostream_rep () | |
virtual | ~tm_ostream_rep () |
virtual void | flush () |
virtual void | clear () |
Public Attributes | |
tm_ostream_rep * | master |
string | buf |
Public Attributes inherited from tm_ostream_rep | |
int | ref_count |
Definition at line 117 of file tm_ostream.cpp.
buffered_ostream_rep::buffered_ostream_rep | ( | tm_ostream_rep * | master | ) |
Definition at line 130 of file tm_ostream.cpp.
buffered_ostream_rep::~buffered_ostream_rep | ( | ) |
Definition at line 133 of file tm_ostream.cpp.
|
virtual |
Reimplemented from tm_ostream_rep.
Definition at line 136 of file tm_ostream.cpp.
Reimplemented from tm_ostream_rep.
Definition at line 141 of file tm_ostream.cpp.
tm_ostream_rep* buffered_ostream_rep::master |
Definition at line 119 of file tm_ostream.cpp.
string buffered_ostream_rep::buf |
Definition at line 120 of file tm_ostream.cpp.