CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Classes | Functions | Variables
n_constructors Namespace Reference

Classes

struct  A
struct  X
struct  Y
struct  deleter3

Functions

void default_constructor ()
template<class T >
void pc0_test (T *p)
void pointer_constructor ()
void deleter (int *p)
void deleter2 (int *p)
void deleter_constructor ()
void copy_constructor ()
void weak_ptr_constructor ()
void auto_ptr_constructor ()
void test ()
void shared_ptr_constructor ()
void conversion_constructor ()

Variables

int m = 0
incompletep0 = 0

Function Documentation

Definition at line 56 of file testSharedPtr.cc.

References CLHEP::shared_ptr< P >::get(), and CLHEP::shared_ptr< P >::use_count().

Referenced by test().

void n_constructors::deleter ( int *  p)
void n_constructors::deleter2 ( int *  p)

Definition at line 379 of file testSharedPtr.cc.

References m.

Referenced by deleter_constructor(), and n_reset::deleter_reset().

template<class T >
void n_constructors::pc0_test ( T *  p)

Variable Documentation

Definition at line 370 of file testSharedPtr.cc.

Referenced by deleter2(), and deleter_constructor().