ardour
Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
PBD::thing_with_backtrace< T > Class Template Reference

#include <stacktrace.h>

Public Member Functions

 thing_with_backtrace ()
 
 thing_with_backtrace (const thing_with_backtrace< T > &other)
 
 ~thing_with_backtrace ()
 
thing_with_backtrace< T > & operator= (const thing_with_backtrace< T > &other)
 

Static Public Member Functions

static void peek_a_boo (std::ostream &stream)
 

Private Attributes

void ** allocation_backtrace
 
int allocation_backtrace_size
 

Static Private Attributes

static std::list
< thing_with_backtrace< T > * > 
all
 
static Glib::Threads::Mutex all_mutex
 

Detailed Description

template<typename T>
class PBD::thing_with_backtrace< T >

Definition at line 47 of file stacktrace.h.

Constructor & Destructor Documentation

template<typename T>
PBD::thing_with_backtrace< T >::thing_with_backtrace ( )
inline

Definition at line 50 of file stacktrace.h.

template<typename T>
PBD::thing_with_backtrace< T >::thing_with_backtrace ( const thing_with_backtrace< T > &  other)
inline

Definition at line 62 of file stacktrace.h.

template<typename T>
PBD::thing_with_backtrace< T >::~thing_with_backtrace ( )
inline

Definition at line 74 of file stacktrace.h.

Member Function Documentation

template<typename T>
thing_with_backtrace<T>& PBD::thing_with_backtrace< T >::operator= ( const thing_with_backtrace< T > &  other)
inline

Definition at line 82 of file stacktrace.h.

template<typename T>
static void PBD::thing_with_backtrace< T >::peek_a_boo ( std::ostream &  stream)
inlinestatic

Definition at line 87 of file stacktrace.h.

Member Data Documentation

template<typename T>
std::list< PBD::thing_with_backtrace< T > * > PBD::thing_with_backtrace< T >::all
staticprivate

Definition at line 112 of file stacktrace.h.

template<typename T>
Glib::Threads::Mutex PBD::thing_with_backtrace< T >::all_mutex
staticprivate

Definition at line 113 of file stacktrace.h.

template<typename T>
void** PBD::thing_with_backtrace< T >::allocation_backtrace
private

Definition at line 110 of file stacktrace.h.

template<typename T>
int PBD::thing_with_backtrace< T >::allocation_backtrace_size
private

Definition at line 111 of file stacktrace.h.


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