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

Classes | Functions | Variables
n_constructors Namespace Reference

Classes

struct  A
 
struct  deleter3
 
struct  X
 
struct  Y
 

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

◆ auto_ptr_constructor()

void n_constructors::auto_ptr_constructor ( )

Definition at line 848 of file testSharedPtr.cc.

Referenced by test().

◆ conversion_constructor()

void n_constructors::conversion_constructor ( )

◆ copy_constructor()

void n_constructors::copy_constructor ( )

Definition at line 500 of file testSharedPtr.cc.

Referenced by test().

◆ default_constructor()

void n_constructors::default_constructor ( )

Definition at line 56 of file testSharedPtr.cc.

Referenced by test().

◆ deleter()

void n_constructors::deleter ( int *  p)

◆ deleter2()

void n_constructors::deleter2 ( int *  p)

Definition at line 379 of file testSharedPtr.cc.

References m.

◆ deleter_constructor()

void n_constructors::deleter_constructor ( )

Definition at line 396 of file testSharedPtr.cc.

Referenced by test().

◆ pc0_test()

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

◆ pointer_constructor()

void n_constructors::pointer_constructor ( )

Definition at line 148 of file testSharedPtr.cc.

References pc0_test().

Referenced by test().

◆ shared_ptr_constructor()

void n_constructors::shared_ptr_constructor ( )

◆ test()

void n_constructors::test ( )

◆ weak_ptr_constructor()

void n_constructors::weak_ptr_constructor ( )

Variable Documentation

◆ m

int n_constructors::m = 0

Definition at line 370 of file testSharedPtr.cc.

Referenced by deleter2().

◆ p0

incomplete* n_constructors::p0 = 0

Definition at line 393 of file testSharedPtr.cc.

Referenced by main(), and perturb().