Lolly 1.4.28
|
#include <tm_ostream.hpp>
Public Member Functions | |
tm_ostream_rep () | |
virtual | ~tm_ostream_rep () |
virtual bool | is_writable () const |
virtual void | write (const char *) |
virtual void | flush () |
virtual void | clear () |
Public Attributes | |
int | ref_count |
Friends | |
class | tm_ostream |
Definition at line 20 of file tm_ostream.hpp.
tm_ostream_rep::tm_ostream_rep | ( | ) |
Definition at line 24 of file tm_ostream.cpp.
|
virtual |
Definition at line 25 of file tm_ostream.cpp.
|
virtual |
Reimplemented in std_ostream_rep, and buffered_ostream_rep.
Definition at line 31 of file tm_ostream.cpp.
Reimplemented in std_ostream_rep, and buffered_ostream_rep.
Definition at line 35 of file tm_ostream.cpp.
|
virtual |
|
virtual |
Definition at line 29 of file tm_ostream.cpp.
|
friend |
Definition at line 33 of file tm_ostream.hpp.
int tm_ostream_rep::ref_count |
Definition at line 22 of file tm_ostream.hpp.