PVData C++  8.0.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | List of all members
epics::debug::shared_ptr_base Class Reference
Inheritance diagram for epics::debug::shared_ptr_base:
Inheritance graph
[legend]
Collaboration diagram for epics::debug::shared_ptr_base:
Collaboration graph
[legend]

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_baseoperator= (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
 

Detailed Description

Definition at line 64 of file debugPtr.h.


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