Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ThreadLocalSingleton.hh>
Public Member Functions | |
G4ThreadLocalSingleton () | |
G4ThreadLocalSingleton (const G4ThreadLocalSingleton &)=delete | |
G4ThreadLocalSingleton (G4ThreadLocalSingleton &&)=default | |
~G4ThreadLocalSingleton () override | |
G4ThreadLocalSingleton & | operator= (const G4ThreadLocalSingleton &)=delete |
G4ThreadLocalSingleton & | operator= (G4ThreadLocalSingleton &&)=default |
void * | Instance () const |
Static Public Member Functions | |
static void | Clear () |
template<typename FuncT> | |
static fvector_t::iterator | Insert (FuncT &&_func) |
Friends | |
template<class T> | |
class | G4ThreadLocalSingleton |
void | G4AutoDelete::Register (void *) |
Definition at line 121 of file G4ThreadLocalSingleton.hh.
G4ThreadLocalSingleton< void >::G4ThreadLocalSingleton | ( | ) |
Definition at line 150 of file G4ThreadLocalSingleton.hh.
|
delete |
|
default |
|
override |
Definition at line 153 of file G4ThreadLocalSingleton.hh.
|
static |
Definition at line 45 of file G4ThreadLocalSingleton.cc.
Referenced by G4ThreadLocalSingleton, and Instance().
|
inlinestatic |
Definition at line 136 of file G4ThreadLocalSingleton.hh.
void * G4ThreadLocalSingleton< void >::Instance | ( | ) | const |
Definition at line 161 of file G4ThreadLocalSingleton.hh.
|
delete |
|
default |
|
friend |
|
friend |
Definition at line 127 of file G4ThreadLocalSingleton.hh.
Referenced by G4ThreadLocalSingleton.