Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ThreadLocalSingleton.hh>
Public Member Functions | |
G4ThreadLocalSingleton () | |
~G4ThreadLocalSingleton () | |
T * | Instance () const |
Friends | |
void | G4AutoDelete::Register (T *) |
Definition at line 112 of file G4ThreadLocalSingleton.hh.
G4ThreadLocalSingleton< T >::G4ThreadLocalSingleton |
Definition at line 140 of file G4ThreadLocalSingleton.hh.
G4ThreadLocalSingleton< T >::~G4ThreadLocalSingleton |
Definition at line 148 of file G4ThreadLocalSingleton.hh.
T * G4ThreadLocalSingleton< T >::Instance |
Definition at line 155 of file G4ThreadLocalSingleton.hh.
Referenced by G4AdjointCSManager::GetAdjointCSManager(), G4BiasingOperationManager::GetInstance(), G4ParticleHPThreadLocalManager::GetInstance(), G4NuclearPolarizationStore::GetInstance(), G4PhysicsListHelper::GetPhysicsListHelper(), G4ProcessTable::GetProcessTable(), G4VelocityTable::GetVelocityTable(), G4RegularNavigationHelper::Instance(), G4LossTableManager::Instance(), G4CrossSectionDataSetRegistry::Instance(), G4HadronCrossSections::Instance(), G4HadronicProcessStore::Instance(), and G4HadronicInteractionRegistry::Instance().
|
friend |