18 #ifndef STACK_TRACE_HH_
19 #define STACK_TRACE_HH_
Class representing stacktrace of exceptions.
StackTrace()
Default constructor, fill stacktrace.
int n_frames_
Size of stacktrace table - number of frames.
void print(std::ostream &out, std::vector< std::string > frames_to_cut=std::vector< std::string >()) const
Prints formated stacktrace into given stream out.
char ** frames_
Array of backtrace frames returned by glibc backtrace_symbols.