#include "ui-file.h"
|
| tee_file (ui_file *one, ui_file *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 |
|
bool | term_out () override |
|
bool | can_emit_style_escape () override |
|
void | flush () override |
|
void | emit_style_escape (const ui_file_style &style) override |
|
void | reset_style () override |
|
void | puts_unfiltered (const char *str) override |
|
| ui_file () |
|
virtual | ~ui_file ()=0 |
|
| ui_file (ui_file &&other)=default |
|
void | printf (const char *,...) ATTRIBUTE_PRINTF(2 |
|
void void | putstr (const char *str, int quoter) |
|
void | putstrn (const char *str, int n, int quoter, bool async_safe=false) |
|
void | putc (int c) |
|
void | vprintf (const char *, va_list) ATTRIBUTE_PRINTF(2 |
|
virtual long | read (char *buf, long length_buf) |
|
virtual int | fd () const |
|
virtual void | wrap_here (int indent) |
|
Definition at line 333 of file ui-file.h.
◆ tee_file()
◆ ~tee_file()
◆ can_emit_style_escape()
bool tee_file::can_emit_style_escape |
( |
| ) |
|
|
overridevirtual |
◆ emit_style_escape()
◆ flush()
◆ isatty()
bool tee_file::isatty |
( |
| ) |
|
|
overridevirtual |
◆ puts()
void tee_file::puts |
( |
const char * | linebuffer | ) |
|
|
overridevirtual |
◆ puts_unfiltered()
void tee_file::puts_unfiltered |
( |
const char * | str | ) |
|
|
inlineoverridevirtual |
◆ reset_style()
void tee_file::reset_style |
( |
| ) |
|
|
inlineoverridevirtual |
◆ term_out()
bool tee_file::term_out |
( |
| ) |
|
|
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_one
◆ m_two
The documentation for this class was generated from the following files:
- /home/rel/rpmbuild/BUILD/gdb-14.1/gdb/ui-file.h
- /home/rel/rpmbuild/BUILD/gdb-14.1/gdb/ui-file.c