Ardour  9.0-pre0-822-g12e3bc5c20
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

◆ thing_with_backtrace() [1/2]

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

Definition at line 50 of file stacktrace.h.

◆ thing_with_backtrace() [2/2]

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.

◆ ~thing_with_backtrace()

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

Definition at line 74 of file stacktrace.h.

Member Function Documentation

◆ operator=()

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.

◆ peek_a_boo()

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

◆ all

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.

◆ all_mutex

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

Definition at line 113 of file stacktrace.h.

◆ allocation_backtrace

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

Definition at line 110 of file stacktrace.h.

◆ allocation_backtrace_size

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: