TuttleOFX
1
|
#include <backtrace.hpp>
Public Member Functions | |
trace_manip (backtrace const *tr) | |
std::ostream & | write (std::ostream &out) const |
Private Attributes | |
backtrace const * | tr_ |
Definition at line 91 of file backtrace.hpp.
boost::details::trace_manip::trace_manip | ( | backtrace const * | tr | ) | [inline] |
Definition at line 93 of file backtrace.hpp.
std::ostream& boost::details::trace_manip::write | ( | std::ostream & | out | ) | const [inline] |
Definition at line 97 of file backtrace.hpp.
References tr_, and boost::backtrace::trace().
Referenced by boost::details::operator<<().
backtrace const* boost::details::trace_manip::tr_ [private] |
Definition at line 104 of file backtrace.hpp.
Referenced by write().