#include "ui-file.h"
|
| | tee_file (ui_file *one, bool close_one, ui_file *two, bool close_two) |
| |
| | ~tee_file () override |
| |
| void | write (const char *buf, long length_buf) override |
| |
| void | write_async_safe (const char *buf, long length_buf) override |
| |
| void | puts (const char *) override |
| |
| bool | isatty () override |
| |
| void | flush () override |
| |
| | ui_file () |
| |
| virtual | ~ui_file ()=0 |
| |
| void | printf (const char *,...) ATTRIBUTE_PRINTF(2 |
| |
| void void | putstr (const char *str, int quoter) |
| |
| void | putstrn (const char *str, int n, int quoter) |
| |
| int | putc (int c) |
| |
| void | vprintf (const char *, va_list) ATTRIBUTE_PRINTF(2 |
| |
| virtual long | read (char *buf, long length_buf) |
| |
Definition at line 240 of file ui-file.h.
◆ tee_file()
| tee_file::tee_file |
( |
ui_file * |
one, |
|
|
bool |
close_one, |
|
|
ui_file * |
two, |
|
|
bool |
close_two |
|
) |
| |
◆ ~tee_file()
◆ flush()
◆ isatty()
| bool tee_file::isatty |
( |
| ) |
|
|
overridevirtual |
◆ puts()
| void tee_file::puts |
( |
const char * |
linebuffer | ) |
|
|
overridevirtual |
◆ write()
| void tee_file::write |
( |
const char * |
buf, |
|
|
long |
length_buf |
|
) |
| |
|
overridevirtual |
◆ write_async_safe()
| void tee_file::write_async_safe |
( |
const char * |
buf, |
|
|
long |
length_buf |
|
) |
| |
|
overridevirtual |
◆ m_close_one
| bool tee_file::m_close_one |
|
private |
◆ m_close_two
| bool tee_file::m_close_two |
|
private |
◆ m_one
◆ m_two
The documentation for this class was generated from the following files: