Sources Pipelines Documentation

Allocators  
Public Member Functions | Static Public Member Functions | List of all members
boost::utils::backtrace Class Reference

Produces a backtrace of RAII. More...

#include <backtrace.hpp>

Public Member Functions

void dump (std::ostream &os) const
 

Static Public Member Functions

static void * operator new (size_t)=delete
 
static void * operator new[] (size_t)=delete
 
static void operator delete (void *)=delete
 
static void operator delete[] (void *)=delete
 

Detailed Description

Produces a backtrace of RAII.

An instance of this object preserves backtrace of invocation on which the object has been created. An std::ostream insertion operator is overloaded to write back trace with iostream.

Definition at line 18 of file backtrace.hpp.


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