#include "ui-file.h"
|
| timestamped_file (ui_file *stream) |
|
| DISABLE_COPY_AND_ASSIGN (timestamped_file) |
|
void | write (const char *buf, long len) override |
|
bool | isatty () override |
|
bool | term_out () override |
|
bool | can_emit_style_escape () override |
|
void | flush () override |
|
void | wrap_here (int indent) override |
|
void | emit_style_escape (const ui_file_style &style) override |
|
void | reset_style () override |
|
int | fd () const override |
|
void | puts_unfiltered (const char *str) override |
|
void | write_async_safe (const char *buf, long length_buf) 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 448 of file ui-file.h.
◆ timestamped_file()
timestamped_file::timestamped_file |
( |
ui_file * |
stream | ) |
|
|
inlineexplicit |
◆ DISABLE_COPY_AND_ASSIGN()
◆ write()
void timestamped_file::write |
( |
const char * |
buf, |
|
|
long |
len |
|
) |
| |
|
overridevirtual |
◆ m_needs_timestamp
bool timestamped_file::m_needs_timestamp = true |
|
private |
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