#include <ogdf/lib/backward/backward.hpp>
|
template<typename IT > |
void | print (IT begin, IT end, std::ostream &os, size_t thread_id, Colorize &colorize) |
|
template<typename ST > |
void | print (ST &st, std::ostream &os, Colorize &colorize) |
|
void | print_header (std::ostream &os, unsigned thread_id) |
|
void | print_snippet (std::ostream &os, const char *indent, const ResolvedTrace::SourceLoc &source_loc, Colorize &colorize, Color::type color_code, int context_size) |
|
void | print_source_loc (std::ostream &os, const char *indent, const ResolvedTrace::SourceLoc &source_loc, void *addr=0) |
|
void | print_trace (std::ostream &os, const ResolvedTrace &trace, Colorize &colorize) |
|
Definition at line 1733 of file backward.hpp.
◆ Printer()
backward::Printer::Printer |
( |
| ) |
|
|
inline |
◆ print() [1/6]
◆ print() [2/6]
◆ print() [3/6]
void backward::Printer::print |
( |
IT |
begin, |
|
|
IT |
end, |
|
|
std::ostream & |
os, |
|
|
size_t |
thread_id = 0 |
|
) |
| |
|
inline |
◆ print() [4/6]
◆ print() [5/6]
void backward::Printer::print |
( |
ST & |
st, |
|
|
std::ostream & |
os |
|
) |
| |
|
inline |
◆ print() [6/6]
void backward::Printer::print |
( |
ST & |
st, |
|
|
std::ostream & |
os, |
|
|
Colorize & |
colorize |
|
) |
| |
|
inlineprivate |
◆ print_header()
void backward::Printer::print_header |
( |
std::ostream & |
os, |
|
|
unsigned |
thread_id |
|
) |
| |
|
inlineprivate |
◆ print_snippet()
◆ print_source_loc()
◆ print_trace()
◆ _resolver
◆ _snippets
◆ address
bool backward::Printer::address |
◆ color
bool backward::Printer::color |
◆ inliner_context_size
int backward::Printer::inliner_context_size |
◆ object
bool backward::Printer::object |
◆ snippet
bool backward::Printer::snippet |
◆ trace_context_size
int backward::Printer::trace_context_size |
The documentation for this class was generated from the following file: