#include "ui-file.h"
|
| no_terminal_escape_file () |
|
void | write (const char *buf, long length_buf) override |
|
void | puts (const char *linebuffer) override |
|
void | emit_style_escape (const ui_file_style &style) override |
|
void | reset_style () override |
|
| stdio_file (FILE *file, bool close_p=false) |
|
| stdio_file () |
|
| ~stdio_file () override |
|
bool | open (const char *name, const char *mode) |
|
void | flush () 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 |
|
long | read (char *buf, long length_buf) override |
|
bool | isatty () override |
|
bool | can_emit_style_escape () override |
|
int | fd () const 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 bool | term_out () |
|
virtual void | wrap_here (int indent) |
|
virtual void | puts_unfiltered (const char *str) |
|
Definition at line 377 of file ui-file.h.
◆ no_terminal_escape_file()
no_terminal_escape_file::no_terminal_escape_file |
( |
| ) |
|
|
inline |
◆ emit_style_escape()
void no_terminal_escape_file::emit_style_escape |
( |
const ui_file_style & | style | ) |
|
|
inlineoverridevirtual |
◆ puts()
void no_terminal_escape_file::puts |
( |
const char * | linebuffer | ) |
|
|
overridevirtual |
◆ reset_style()
void no_terminal_escape_file::reset_style |
( |
| ) |
|
|
inlineoverridevirtual |
◆ write()
void no_terminal_escape_file::write |
( |
const char * | buf, |
|
|
long | length_buf ) |
|
overridevirtual |
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