GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
tab_expansion_file Class Reference
Inheritance diagram for tab_expansion_file:
string_file ui_file

Public Member Functions

 tab_expansion_file ()=default
 
void write (const char *buf, long length_buf) override
 
- Public Member Functions inherited from string_file
 string_file ()
 
 string_file (bool term_out)
 
 ~string_file () override
 
 string_file (string_file &&other)=default
 
long read (char *buf, long length_buf) override
 
bool term_out () override
 
bool can_emit_style_escape () override
 
const std::string & string ()
 
std::string release ()
 
string_fileoperator= (std::string &&str)
 
const char * data () const
 
const char * c_str () const
 
size_t size () const
 
bool empty () const
 
void clear ()
 
- Public Member Functions inherited from ui_file
 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 void write_async_safe (const char *buf, long length_buf)
 
virtual void puts (const char *str)
 
virtual bool isatty ()
 
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)
 

Private Attributes

int m_column = 0
 

Additional Inherited Members

- Protected Attributes inherited from ui_file
ui_file_style m_applied_style
 

Detailed Description

Definition at line 46 of file tui-regs.c.

Constructor & Destructor Documentation

◆ tab_expansion_file()

tab_expansion_file::tab_expansion_file ( )
default

Member Function Documentation

◆ write()

void tab_expansion_file::write ( const char * buf,
long length_buf )
overridevirtual

Reimplemented from string_file.

Definition at line 60 of file tui-regs.c.

References m_column, and string_file::write().

Referenced by gdb._GdbFile::writelines().

Member Data Documentation

◆ m_column

int tab_expansion_file::m_column = 0
private

Definition at line 56 of file tui-regs.c.

Referenced by write().


The documentation for this class was generated from the following file: