Geant4  10.02.p03
G4AutoDelete Namespace Reference

Functions

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

Function Documentation

◆ Register()

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 call graph for this function:
Here is the caller graph for this function: