#include "ui-file.h"
|
| 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 |
|
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 |
|
void virtual void | write (const char *buf, long length_buf)=0 |
|
virtual void | write_async_safe (const char *buf, long length_buf) |
|
virtual void | puts (const char *str) |
|
virtual long | read (char *buf, long length_buf) |
|
virtual bool | isatty () |
|
virtual bool | term_out () |
|
virtual bool | can_emit_style_escape () |
|
virtual void | flush () |
|
virtual int | fd () const |
|
virtual void | wrap_here (int indent) |
|
virtual void | emit_style_escape (const ui_file_style &style) |
|
virtual void | reset_style () |
|
virtual void | puts_unfiltered (const char *str) |
|
Definition at line 235 of file ui-file.h.
◆ stdio_file() [1/2]
stdio_file::stdio_file |
( |
FILE * |
file, |
|
|
bool |
close_p = false |
|
) |
| |
|
explicit |
◆ stdio_file() [2/2]
stdio_file::stdio_file |
( |
| ) |
|
◆ ~stdio_file()
stdio_file::~stdio_file |
( |
| ) |
|
|
override |
◆ can_emit_style_escape()
bool stdio_file::can_emit_style_escape |
( |
| ) |
|
|
overridevirtual |
◆ fd()
int stdio_file::fd |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ flush()
void stdio_file::flush |
( |
| ) |
|
|
overridevirtual |
◆ isatty()
bool stdio_file::isatty |
( |
| ) |
|
|
overridevirtual |
◆ open()
bool stdio_file::open |
( |
const char * |
name, |
|
|
const char * |
mode |
|
) |
| |
◆ puts()
void stdio_file::puts |
( |
const char * |
linebuffer | ) |
|
|
overridevirtual |
◆ read()
long stdio_file::read |
( |
char * |
buf, |
|
|
long |
length_buf |
|
) |
| |
|
overridevirtual |
◆ set_stream()
void stdio_file::set_stream |
( |
FILE * |
file | ) |
|
|
private |
◆ write()
void stdio_file::write |
( |
const char * |
buf, |
|
|
long |
length_buf |
|
) |
| |
|
overridevirtual |
◆ write_async_safe()
void stdio_file::write_async_safe |
( |
const char * |
buf, |
|
|
long |
length_buf |
|
) |
| |
|
overridevirtual |
◆ m_close_p
bool stdio_file::m_close_p |
|
private |
◆ m_fd
◆ m_file
The documentation for this class was generated from the following files:
- /home/rel/rpmbuild/BUILD/gdb-13.1/gdb/ui-file.h
- /home/rel/rpmbuild/BUILD/gdb-13.1/gdb/ui-file.c