#include <BackTrace.h>
Public Types | |
enum | { MAX_BACKTRACE_DEPTH = 100 } |
Public Member Functions | |
BackTrace () | |
constructor | |
void | trace (std::ostream &out) const |
void | trace () const |
~BackTrace () | |
destructor |
Definition at line 12 of file BackTrace.h.
anonymous enum |
Definition at line 14 of file BackTrace.h.
{MAX_BACKTRACE_DEPTH=100};
BackTrace::BackTrace | ( | ) |
BackTrace::~BackTrace | ( | ) | [inline] |
void BackTrace::trace | ( | ) | const |
Definition at line 8 of file BackTrace.cc.
References gather_cfg::cout.
Referenced by Genexception::traceit().
void BackTrace::trace | ( | std::ostream & | out | ) | const |
Definition at line 64 of file BackTrace.cc.
{}