TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/common/utils/backtrace.hpp File Reference
#include <boost/config.hpp>
#include <stdexcept>
#include <typeinfo>
#include <vector>
#include <iosfwd>
#include <string>
Include dependency graph for backtrace.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  boost::backtrace
class  boost::details::trace_manip

Namespaces

namespace  boost
namespace  boost::stack_trace
namespace  boost::details

Functions

int boost::stack_trace::trace (void **, int)
void boost::stack_trace::write_symbols (void *const *addresses, int size, std::ostream &out)
std::string boost::stack_trace::get_symbol (void *ptr)
std::string boost::stack_trace::get_symbols (void *const *ptrs, int size)
std::ostream & boost::details::operator<< (std::ostream &out, details::trace_manip const &t)
template<typename E >
details::trace_manip boost::trace (E const &e)