process-cpp
3.0.0
A simple convenience library for handling processes in C++11.
|
Public Member Functions | |
Symbol (const char *symbol) | |
bool | is_cxx () const |
std::string | demangled () const |
std::string | raw () const |
Public Attributes | |
std::string | raw_ |
std::string | demangled_ |
bool | is_cxx_ = false |
Definition at line 50 of file backtrace.cpp.
|
inline |
Definition at line 52 of file backtrace.cpp.
References impl::demangle(), demangled_, is_cxx_, and raw_.
|
inline |
Definition at line 77 of file backtrace.cpp.
References demangled_.
|
inline |
Definition at line 72 of file backtrace.cpp.
References is_cxx_.
|
inline |
Definition at line 82 of file backtrace.cpp.
References raw_.
std::string impl::Frame::Symbol::demangled_ |
Definition at line 88 of file backtrace.cpp.
Referenced by demangled(), and Symbol().
bool impl::Frame::Symbol::is_cxx_ = false |
Definition at line 89 of file backtrace.cpp.
std::string impl::Frame::Symbol::raw_ |
Definition at line 87 of file backtrace.cpp.