Definition at line 41 of file tm_ostream.cpp.
◆ std_ostream_rep() [1/3]
std_ostream_rep::std_ostream_rep |
( |
| ) |
|
◆ std_ostream_rep() [2/3]
std_ostream_rep::std_ostream_rep |
( |
char * | fn | ) |
|
Definition at line 62 of file tm_ostream.cpp.
68 }
69 else {
72 }
73}
The list class represents a linked list.
◆ std_ostream_rep() [3/3]
std_ostream_rep::std_ostream_rep |
( |
FILE * | f | ) |
|
Definition at line 75 of file tm_ostream.cpp.
77#if defined(OS_WIN) || defined(OS_MINGW)
79#endif
84}
◆ ~std_ostream_rep()
std_ostream_rep::~std_ostream_rep |
( |
| ) |
|
◆ is_writable()
bool std_ostream_rep::is_writable |
( |
| ) |
const |
|
virtual |
◆ write()
◆ flush()
void std_ostream_rep::flush |
( |
| ) |
|
|
virtual |
◆ file
FILE* std_ostream_rep::file |
|
private |
◆ is_w
bool std_ostream_rep::is_w |
|
private |
◆ is_mine
bool std_ostream_rep::is_mine |
|
private |
The documentation for this class was generated from the following file: