Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4AutoDelete Namespace Reference

Functions

template<class T >
void Register (T *inst)
 

Function Documentation

template<class T >
void G4AutoDelete::Register ( T *  inst)

Definition at line 65 of file G4AutoDelete.hh.

65  {
66  static G4ThreadLocalSingleton<T> container;
67  container.Register(inst);
68  }

Here is the caller graph for this function: