#include <debug/formatter.h>
|
| enum | _Constness { __unknown_constness,
__const_iterator,
__mutable_iterator,
__last_constness
} |
| | Whether an iterator is constant, mutable, or unknown. More...
|
| |
| enum | _Iterator_state {
__unknown_state,
__singular,
__begin,
__middle,
__end,
__before_begin,
__last_state
} |
| |
| enum | { __max_parameters = 9
} |
| |
| enum | { _M_indent = 4
} |
| |
| Enumerator |
|---|
| __max_parameters |
|
Whether an iterator is constant, mutable, or unknown.
| Enumerator |
|---|
| __unknown_constness |
|
| __const_iterator |
|
| __mutable_iterator |
|
| __last_constness |
|
| Enumerator |
|---|
| __unknown_state |
|
| __singular |
|
| __begin |
|
| __middle |
|
| __end |
|
| __before_begin |
|
| __last_state |
|
| __gnu_debug::_Error_formatter::_Error_formatter |
( |
const char * |
__file, |
|
|
std::size_t |
__line |
|
) |
| |
|
inlineprivate |
| _GLIBCXX_NORETURN void __gnu_debug::_Error_formatter::_M_error |
( |
| ) |
const |
template<typename _Tp >
| void __gnu_debug::_Error_formatter::_M_format_word |
( |
char * |
, |
|
|
int |
, |
|
|
const char * |
, |
|
|
_Tp |
|
|
) |
| const |
| throw | ( | |
| ) | | |
|
private |
| void __gnu_debug::_Error_formatter::_M_get_max_length |
( |
| ) |
const |
| throw | ( | |
| ) | | |
|
private |
| const _Error_formatter& __gnu_debug::_Error_formatter::_M_integer |
( |
long |
__value, |
|
|
const char * |
__name = 0 |
|
) |
| const |
|
inline |
__SIZE_TYPE__ size_t
Definition: stddef.h:212
template<typename _Iterator >
| const _Error_formatter& __gnu_debug::_Error_formatter::_M_iterator |
( |
const _Iterator & |
__it, |
|
|
const char * |
__name = 0 |
|
) |
| const |
|
inline |
__SIZE_TYPE__ size_t
Definition: stddef.h:212
| const _Error_formatter& __gnu_debug::_Error_formatter::_M_message |
( |
const char * |
__text | ) |
const |
|
inline |
415 {
_M_text = __text;
return *
this; }
| void __gnu_debug::_Error_formatter::_M_print_string |
( |
const char * |
__string | ) |
const |
|
private |
| void __gnu_debug::_Error_formatter::_M_print_word |
( |
const char * |
__word | ) |
const |
|
private |
template<typename _Sequence >
| const _Error_formatter& __gnu_debug::_Error_formatter::_M_sequence |
( |
const _Sequence & |
__seq, |
|
|
const char * |
__name = 0 |
|
) |
| const |
|
inline |
__SIZE_TYPE__ size_t
Definition: stddef.h:212
| const _Error_formatter& __gnu_debug::_Error_formatter::_M_string |
( |
const char * |
__value, |
|
|
const char * |
__name = 0 |
|
) |
| const |
|
inline |
__SIZE_TYPE__ size_t
Definition: stddef.h:212
| const char* __gnu_debug::_Error_formatter::_M_file |
|
private |
| bool __gnu_debug::_Error_formatter::_M_first_line |
|
mutableprivate |
| std::size_t __gnu_debug::_Error_formatter::_M_max_length |
|
mutableprivate |
| std::size_t __gnu_debug::_Error_formatter::_M_num_parameters |
|
mutableprivate |
| const char* __gnu_debug::_Error_formatter::_M_text |
|
mutableprivate |
| bool __gnu_debug::_Error_formatter::_M_wordwrap |
|
mutableprivate |
The documentation for this class was generated from the following file: