CppCommon
1.0.4.1
C++ Common Library
|
Stack trace snapshot provider definition. More...
#include "string/format.h"
#include <sstream>
#include <string>
#include <vector>
#include "stack_trace.inl"
Go to the source code of this file.
Classes | |
class | CppCommon::StackTrace |
Stack trace snapshot provider. More... | |
struct | CppCommon::StackTrace::Frame |
Stack trace frame. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Macros | |
#define | __STACK__ CppCommon::StackTrace() |
Current stack trace snapshot macro. More... | |
Stack trace snapshot provider definition.
Definition in file stack_trace.h.
#define __STACK__ CppCommon::StackTrace() |
Current stack trace snapshot macro.
Capture the current stack trace snapshot.
Definition at line 22 of file stack_trace.h.