CppCommon  1.0.4.1
C++ Common Library
Namespaces | Macros | Functions
stack_trace.cpp File Reference

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)
 

Detailed Description

Stack trace snapshot provider implementation.

Author
Ivan Shynkarenka
Date
09.02.2016

Definition in file stack_trace.cpp.

Macro Definition Documentation

◆ PACKAGE

#define PACKAGE   "CppCommon"

Definition at line 11 of file stack_trace.cpp.

◆ PACKAGE_VERSION

#define PACKAGE_VERSION   "1.0.0.0"

Definition at line 12 of file stack_trace.cpp.