|
GDBserver
|
#include "format.h"
Public Types | |
| typedef std::vector< format_piece >::iterator | iterator |
Public Member Functions | |
| format_pieces (const char **arg) | |
| ~format_pieces ()=default | |
| DISABLE_COPY_AND_ASSIGN (format_pieces) | |
| format_piece & | operator[] (size_t index) |
| iterator | begin () |
| iterator | end () |
Private Attributes | |
| std::vector< format_piece > | m_pieces |
| gdb::unique_xmalloc_ptr< char > | m_storage |
| typedef std::vector<format_piece>::iterator format_pieces::iterator |
| format_pieces::format_pieces | ( | const char ** | arg | ) |
Definition at line 23 of file format.c.
References _, alloca(), cleanup::arg, dec128float_arg, dec32float_arg, dec64float_arg, double_arg, error(), int_arg, literal_piece, long_arg, long_double_arg, long_long_arg, m_pieces, m_storage, ptr_arg, string, string_arg, USE_PRINTF_I64, wide_char_arg, wide_string_arg, and xmalloc().
|
default |
|
inline |
| format_pieces::DISABLE_COPY_AND_ASSIGN | ( | format_pieces | ) |
|
inline |
|
private |
Definition at line 89 of file format.h.
Referenced by begin(), end(), format_pieces(), and operator[]().
|
private |
Definition at line 90 of file format.h.
Referenced by format_pieces().
1.8.14