CppCommon
1.0.4.1
C++ Common Library
|
Stack trace snapshot provider implementation. More...
#include "system/stack_trace.h"
#include "threads/critical_section.h"
#include "utility/countof.h"
#include <cstring>
#include <iomanip>
#include <sstream>
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Macros | |
#define | PACKAGE "CppCommon" |
#define | PACKAGE_VERSION "1.0.0.0" |
Functions | |
std::ostream & | CppCommon::operator<< (std::ostream &os, const StackTrace::Frame &frame) |
std::ostream & | CppCommon::operator<< (std::ostream &os, const StackTrace &stack_trace) |
Stack trace snapshot provider implementation.
Definition in file stack_trace.cpp.
#define PACKAGE "CppCommon" |
Definition at line 11 of file stack_trace.cpp.
#define PACKAGE_VERSION "1.0.0.0" |
Definition at line 12 of file stack_trace.cpp.