TuttleOFX  1
boost::details::trace_manip Class Reference

#include <backtrace.hpp>

Collaboration diagram for boost::details::trace_manip:

Public Member Functions

 trace_manip (backtrace const *tr)
std::ostream & write (std::ostream &out) const

Private Attributes

backtrace const * tr_

Detailed Description

Definition at line 91 of file backtrace.hpp.


Constructor & Destructor Documentation

boost::details::trace_manip::trace_manip ( backtrace const *  tr) [inline]

Definition at line 93 of file backtrace.hpp.


Member Function Documentation

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<<().

Here is the call graph for this function:


Field Documentation

Definition at line 104 of file backtrace.hpp.

Referenced by write().


The documentation for this class was generated from the following file: