Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
CLHEP::sp::abstract_ctrl_block Class Referenceabstract

#include <memory.h>

Inheritance diagram for CLHEP::sp::abstract_ctrl_block:
Inheritance graph
[legend]
Collaboration diagram for CLHEP::sp::abstract_ctrl_block:
Collaboration graph
[legend]

Public Member Functions

void class_invariant () const throw ()
 
 abstract_ctrl_block ()
 
virtual ~abstract_ctrl_block () throw ()
 
void add_ref ()
 
bool add_ref_lock ()
 
void weak_add_ref () throw ()
 
virtual voidget_deleter (std::type_info const &ti)=0
 
void release () throw ()
 
void weak_release () throw ()
 
virtual void dispose ()=0 throw ()
 
virtual void destroy () throw ()
 
long use_count () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from CLHEP::noncopyable
 noncopyable () throw ()
 
 ~noncopyable () throw ()
 

Detailed Description

Definition at line 98 of file memory.h.

Constructor & Destructor Documentation

CLHEP::sp::abstract_ctrl_block::abstract_ctrl_block ( )
inline

Definition at line 134 of file memory.h.

Here is the call graph for this function:

CLHEP::sp::abstract_ctrl_block::~abstract_ctrl_block ( )
throw (
)
inlinevirtual

Definition at line 141 of file memory.h.

Here is the call graph for this function:

Member Function Documentation

void CLHEP::sp::abstract_ctrl_block::add_ref ( )
inline

Definition at line 147 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

bool CLHEP::sp::abstract_ctrl_block::add_ref_lock ( )
inline

Definition at line 154 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void CLHEP::sp::abstract_ctrl_block::class_invariant ( ) const
throw (
)
inline

Definition at line 129 of file memory.h.

Here is the caller graph for this function:

void CLHEP::sp::abstract_ctrl_block::destroy ( )
throw (
)
inlinevirtual

Reimplemented in CLHEP::sp::ctrl_block_pda< P, D, A >.

Definition at line 184 of file memory.h.

Here is the caller graph for this function:

virtual void CLHEP::sp::abstract_ctrl_block::dispose ( )
throw (
)
pure virtual

Implemented in CLHEP::sp::ctrl_block_pda< P, D, A >, CLHEP::sp::ctrl_block_pd< P, D >, and CLHEP::sp::ctrl_block_p< P >.

Here is the caller graph for this function:

virtual void* CLHEP::sp::abstract_ctrl_block::get_deleter ( std::type_info const ti)
pure virtual

Implemented in CLHEP::sp::ctrl_block_pda< P, D, A >, CLHEP::sp::ctrl_block_pd< P, D >, and CLHEP::sp::ctrl_block_p< P >.

Here is the caller graph for this function:

void CLHEP::sp::abstract_ctrl_block::release ( )
throw (
)
inline

Definition at line 168 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

long CLHEP::sp::abstract_ctrl_block::use_count ( ) const
throw (
)
inline

Definition at line 191 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void CLHEP::sp::abstract_ctrl_block::weak_add_ref ( )
throw (
)
inline

Definition at line 161 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:

void CLHEP::sp::abstract_ctrl_block::weak_release ( )
throw (
)
inline

Definition at line 176 of file memory.h.

Here is the call graph for this function:

Here is the caller graph for this function:


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