![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <Backtrace.hpp>

Public Member Functions | |
| FunctionCall (std::string line) | |
| Takes a line as provided from char ** backtrace_symbols (void *const *buffer, int size) of execinfo.h. | |
| std::string | getName () const |
| The name of the function called in this frame. | |
| std::string | getOffset () const |
| Offset into the function. | |
| std::string | getOrigin () const |
| Origing of the function (library or whatever). | |
| std::string | getReturnAddress () const |
| Return address of the function. | |
Private Attributes | |
| std::string | name_ |
| std::string | offset_ |
| std::string | origin_ |
| std::string | returnAddress_ |
Definition at line 57 of file Backtrace.hpp.
| Backtrace::FunctionCall::FunctionCall | ( | std::string | line | ) | [explicit] |
Definition at line 129 of file Backtrace.cpp.
| std::string Backtrace::FunctionCall::getName | ( | ) | const |
Definition at line 175 of file Backtrace.cpp.
| std::string Backtrace::FunctionCall::getOffset | ( | ) | const |
Definition at line 181 of file Backtrace.cpp.
| std::string Backtrace::FunctionCall::getOrigin | ( | ) | const |
Definition at line 169 of file Backtrace.cpp.
| std::string Backtrace::FunctionCall::getReturnAddress | ( | ) | const |
Definition at line 187 of file Backtrace.cpp.
std::string wns::Backtrace::FunctionCall::name_ [private] |
Definition at line 94 of file Backtrace.hpp.
std::string wns::Backtrace::FunctionCall::offset_ [private] |
Definition at line 95 of file Backtrace.hpp.
std::string wns::Backtrace::FunctionCall::origin_ [private] |
Definition at line 93 of file Backtrace.hpp.
std::string wns::Backtrace::FunctionCall::returnAddress_ [private] |
Definition at line 96 of file Backtrace.hpp.
1.5.5