Geant4
10.00.p03
|
#include <G4Cache.hh>
Public Types | |
typedef VALTYPE | value_type |
Public Member Functions | |
G4Cache () | |
G4Cache (const value_type &v) | |
virtual | ~G4Cache () |
value_type & | Get () const |
void | Put (const value_type &val) const |
value_type | Pop () |
Protected Member Functions | |
const int & | GetId () const |
Private Member Functions | |
value_type & | GetCache () const |
G4Cache (const G4Cache &rhs) | |
G4Cache & | operator= (const G4Cache &rhs) |
Private Attributes | |
int | id |
G4CacheReference< value_type > | theCache |
Static Private Attributes | |
static G4Mutex | gMutex = G4MUTEX_INITIALIZER |
static unsigned int | instancesctr = 0 |
static unsigned int | dstrctr = 0 |
Definition at line 85 of file G4Cache.hh.
typedef VALTYPE G4Cache< VALTYPE >::value_type |
Definition at line 87 of file G4Cache.hh.
Definition at line 216 of file G4Cache.hh.
G4Cache< VALTYPE >::G4Cache | ( | const value_type & | v | ) |
Definition at line 237 of file G4Cache.hh.
|
inline |
Definition at line 253 of file G4Cache.hh.
Referenced by G4VectorCache< VALTYPE >::Begin(), G4MapCache< KEYTYPE, VALTYPE >::Begin(), G4VectorCache< VALTYPE >::Clear(), ElectronBenchmarkDetector::ConstructSDandField(), LXeDetectorConstruction::ConstructSDandField(), F04DetectorConstruction::ConstructSDandField(), WLSDetectorConstruction::ConstructSDandField(), F03DetectorConstruction::ConstructSDandField(), F02DetectorConstruction::ConstructSDandField(), F01DetectorConstruction::ConstructSDandField(), G4VectorCache< VALTYPE >::End(), G4MapCache< KEYTYPE, VALTYPE >::End(), G4BiasingProcessInterface::EndTracking(), G4MapCache< KEYTYPE, VALTYPE >::Erase(), G4MapCache< KEYTYPE, VALTYPE >::Find(), G4VectorCache< VALTYPE >::G4VectorCache(), G4BiasingOperationManager::GetBiasingOperations(), G4VBiasingOperator::GetBiasingOperators(), G4MapCache< KEYTYPE, VALTYPE >::Insert(), G4ThreadLocalSingleton< T >::Instance(), G4VectorCache< VALTYPE >::operator[](), G4VectorCache< VALTYPE >::Pop_back(), G4VectorCache< VALTYPE >::Push_back(), G4PenelopeBremsstrahlungFS::SampleGammaEnergy(), G4VectorCache< G4VBiasingOperation * >::Size(), G4MapCache< G4VBiasingOperation *, std::size_t >::Size(), and G4BiasingProcessInterface::StartTracking().
|
inlineprivate |
Definition at line 117 of file G4Cache.hh.
|
inlineprotected |
Definition at line 109 of file G4Cache.hh.
Referenced by G4MapCache< KEYTYPE, VALTYPE >::~G4MapCache().
|
private |
|
inline |
Definition at line 262 of file G4Cache.hh.
|
inline |
Definition at line 257 of file G4Cache.hh.
Referenced by LXeDetectorConstruction::ConstructSDandField(), F04DetectorConstruction::ConstructSDandField(), WLSDetectorConstruction::ConstructSDandField(), F03DetectorConstruction::ConstructSDandField(), F02DetectorConstruction::ConstructSDandField(), F01DetectorConstruction::ConstructSDandField(), G4BiasingProcessInterface::EndTracking(), G4BiasingProcessInterface::G4BiasingProcessInterface(), G4PenelopeBremsstrahlungFS::G4PenelopeBremsstrahlungFS(), G4ThreadLocalSingleton< T >::G4ThreadLocalSingleton(), G4ThreadLocalSingleton< T >::Instance(), G4PenelopeBremsstrahlungFS::SampleGammaEnergy(), and G4BiasingProcessInterface::StartTracking().
|
staticprivate |
Definition at line 115 of file G4Cache.hh.
|
staticprivate |
Definition at line 113 of file G4Cache.hh.
|
private |
Definition at line 111 of file G4Cache.hh.
Referenced by G4Cache< F02ElectricFieldSetup * >::GetId().
|
staticprivate |
Definition at line 114 of file G4Cache.hh.
|
mutableprivate |
Definition at line 112 of file G4Cache.hh.