#include <G4MoleculeHandleManager.hh>
Definition at line 58 of file G4MoleculeHandleManager.hh.
G4MoleculeHandleManager::~G4MoleculeHandleManager |
( |
| ) |
|
Definition at line 46 of file G4MoleculeHandleManager.cc.
48 if (fMoleculeHandle.empty() ==
false)
50 MoleculeHandleMap::iterator it = fMoleculeHandle.begin();
51 for (; it != fMoleculeHandle.end(); it++)
void G4MoleculeHandleManager::DeleteInstance |
( |
| ) |
|
|
static |
Definition at line 76 of file G4MoleculeHandleManager.cc.
78 MoleculeHandleMap::iterator it = fMoleculeHandle.find(molecule);
81 if (it != fMoleculeHandle.end())
G4shared_ptr< const G4Molecule > G4MoleculeHandle
The documentation for this class was generated from the following files: