#include <backward.hpp>
|
| Printer () |
|
template<typename ST > |
FILE * | print (ST &st, FILE *fp=stderr) |
|
template<typename ST > |
std::ostream & | print (ST &st, std::ostream &os) |
|
template<typename IT > |
FILE * | print (IT begin, IT end, FILE *fp=stderr, size_t thread_id=0) |
|
template<typename IT > |
std::ostream & | print (IT begin, IT end, std::ostream &os, size_t thread_id=0) |
|
TraceResolver const & | resolver () const |
|
◆ Printer()
backward::Printer::Printer |
( |
| ) |
|
|
inline |
◆ print() [1/4]
template<typename IT >
FILE* backward::Printer::print |
( |
IT |
begin, |
|
|
IT |
end, |
|
|
FILE * |
fp = stderr , |
|
|
size_t |
thread_id = 0 |
|
) |
| |
|
inline |
◆ print() [2/4]
template<typename IT >
std::ostream& backward::Printer::print |
( |
IT |
begin, |
|
|
IT |
end, |
|
|
std::ostream & |
os, |
|
|
size_t |
thread_id = 0 |
|
) |
| |
|
inline |
◆ print() [3/4]
template<typename ST >
FILE* backward::Printer::print |
( |
ST & |
st, |
|
|
FILE * |
fp = stderr |
|
) |
| |
|
inline |
◆ print() [4/4]
template<typename ST >
std::ostream& backward::Printer::print |
( |
ST & |
st, |
|
|
std::ostream & |
os |
|
) |
| |
|
inline |
◆ resolver()
◆ address
bool backward::Printer::address |
◆ color_mode
◆ 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: