Geant4-11
Public Member Functions | Data Fields
G4DNAChemistryManager::ThreadLocalData Struct Reference

Public Member Functions

 ThreadLocalData ()
 
 ~ThreadLocalData ()
 

Data Fields

std::unique_ptr< G4VPhysChemIOfpPhysChemIO
 
G4bool fThreadInitialized = false
 

Detailed Description

Definition at line 230 of file G4DNAChemistryManager.hh.

Constructor & Destructor Documentation

◆ ThreadLocalData()

G4DNAChemistryManager::ThreadLocalData::ThreadLocalData ( )

Definition at line 73 of file G4DNAChemistryManager.cc.

74{
75 fpPhysChemIO = nullptr;
76 fThreadInitialized = false;
77}
std::unique_ptr< G4VPhysChemIO > fpPhysChemIO

References fpPhysChemIO, and fThreadInitialized.

◆ ~ThreadLocalData()

G4DNAChemistryManager::ThreadLocalData::~ThreadLocalData ( )

Definition at line 81 of file G4DNAChemistryManager.cc.

82{
83 fpThreadData = nullptr;
84}
static G4ThreadLocal ThreadLocalData * fpThreadData

References G4DNAChemistryManager::fpThreadData.

Field Documentation

◆ fpPhysChemIO

std::unique_ptr<G4VPhysChemIO> G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO

◆ fThreadInitialized

G4bool G4DNAChemistryManager::ThreadLocalData::fThreadInitialized = false

The documentation for this struct was generated from the following files: