The Frame class models an individual frame of a backtrace.
More...
#include <backtrace.h>
The Frame class models an individual frame of a backtrace.
Definition at line 37 of file backtrace.h.
◆ Frame() [1/2]
core::posix::backtrace::Frame::Frame |
( |
const Frame & |
| ) |
|
|
delete |
◆ ~Frame()
virtual core::posix::backtrace::Frame::~Frame |
( |
| ) |
|
|
virtualdefault |
◆ Frame() [2/2]
core::posix::backtrace::Frame::Frame |
( |
| ) |
|
|
protecteddefault |
◆ depth()
virtual std::size_t core::posix::backtrace::Frame::depth |
( |
| ) |
const |
|
pure virtual |
depth returns the depth of this frame in the overall backtrace.
Implemented in impl::Frame.
◆ frame_pointer()
virtual void* core::posix::backtrace::Frame::frame_pointer |
( |
| ) |
const |
|
pure virtual |
frame_pointer returns the the raw frame pointer of this frame.
- Returns
Implemented in impl::Frame.
◆ operator=()
Frame& core::posix::backtrace::Frame::operator= |
( |
const Frame & |
| ) |
|
|
delete |
◆ symbol()
virtual const Symbol& core::posix::backtrace::Frame::symbol |
( |
| ) |
const |
|
pure virtual |
symbol returns the symbolic representation of this frame.
Implemented in impl::Frame.
The documentation for this class was generated from the following file: