PVData C++
8.0.6
|
Public Member Functions | |
void | show_stack (std::ostream &) const |
Public Member Functions inherited from epics::debug::ptr_base | |
void | show_refs (std::ostream &, bool self=true, bool weak=false) const |
void | spy_refs (ref_set_t &) const |
Protected Member Functions | |
shared_ptr_base (const track_t &track) | |
void | track_new () |
void | track_new (const void *ptr) |
void | track_assign (const shared_ptr_base &o) |
void | track_clear () |
void | swap (shared_ptr_base &o) |
void | snap_stack () |
Protected Member Functions inherited from epics::debug::ptr_base | |
ptr_base (const track_t &track) | |
ptr_base (const ptr_base &)=delete | |
ptr_base (ptr_base &&)=delete | |
ptr_base & | operator= (const ptr_base &)=delete |
Additional Inherited Members | |
Public Types inherited from epics::debug::ptr_base | |
typedef std::set< const shared_ptr_base * > | ref_set_t |
Protected Types inherited from epics::debug::ptr_base | |
typedef std::shared_ptr< tracker > | track_t |
Protected Attributes inherited from epics::debug::ptr_base | |
track_t | track |
Definition at line 64 of file debugPtr.h.