#include <backward.hpp>
|
| template<typename ST > |
| FILE * | print (ST &st, FILE *os=stderr) |
| |
| template<typename IT > |
| FILE * | print (IT begin, IT end, FILE *os=stderr, size_t thread_id=0) |
| |
| | Printer () |
| |
|
| void | print_header (FILE *os, unsigned thread_id) |
| |
| void | print_snippet (FILE *os, const char *indent, const ResolvedTrace::SourceLoc &source_loc, Colorize &colorize, Color::type color_code, int context_size) |
| |
| void | print_source_loc (FILE *os, const char *indent, const ResolvedTrace::SourceLoc &source_loc, void *addr=0) |
| |
| void | print_trace (FILE *os, const ResolvedTrace &trace, Colorize &colorize) |
| |
Definition at line 1726 of file backward.hpp.
| backward::Printer::Printer |
( |
| ) |
|
|
inline |
template<typename ST >
| FILE* backward::Printer::print |
( |
ST & |
st, |
|
|
FILE * |
os = stderr |
|
) |
| |
|
inline |
template<typename IT >
| FILE* backward::Printer::print |
( |
IT |
begin, |
|
|
IT |
end, |
|
|
FILE * |
os = stderr, |
|
|
size_t |
thread_id = 0 |
|
) |
| |
|
inline |
| void backward::Printer::print_header |
( |
FILE * |
os, |
|
|
unsigned |
thread_id |
|
) |
| |
|
inlineprivate |
| void backward::Printer::print_source_loc |
( |
FILE * |
os, |
|
|
const char * |
indent, |
|
|
const ResolvedTrace::SourceLoc & |
source_loc, |
|
|
void * |
addr = 0 |
|
) |
| |
|
inlineprivate |
| bool backward::Printer::address |
| bool backward::Printer::color |
| int backward::Printer::inliner_context_size |
| bool backward::Printer::object |
| bool backward::Printer::snippet |
| int backward::Printer::trace_context_size |
The documentation for this class was generated from the following file: