|
CppCommon 1.0.5.0
C++ Common Library
|
#include <stack_trace.h>
Public Member Functions | |
| std::string | string () const |
| Get string from the current stack trace frame. | |
Public Attributes | |
| void * | address |
| Frame address. | |
| std::string std::string | function |
| < Frame module | |
| std::string | filename |
| Frame file name. | |
| int | line |
| Frame line number. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const Frame &frame) |
| Output stack trace frame into the given output stream. | |
Stack trace frame.
Definition at line 36 of file stack_trace.h.
|
inline |
Get string from the current stack trace frame.
Definition at line 45 of file stack_trace.h.
|
friend |
Output stack trace frame into the given output stream.
Definition at line 48 of file stack_trace.cpp.
| void* CppCommon::StackTrace::Frame::address |
Frame address.
Definition at line 38 of file stack_trace.h.
| std::string CppCommon::StackTrace::Frame::filename |
Frame file name.
Definition at line 41 of file stack_trace.h.
| std::string std::string CppCommon::StackTrace::Frame::function |
| int CppCommon::StackTrace::Frame::line |
Frame line number.
Definition at line 42 of file stack_trace.h.