35 G4MoleculeHandleManager::G4MoleculeHandleManager()
 
   40 G4bool G4MoleculeHandleManager::CompMoleculePointer::operator()(
const G4Molecule* mol1,
 
   43   return (*mol1) < (*mol2);
 
   48   if (fMoleculeHandle.empty() == 
false)
 
   50     MoleculeHandleMap::iterator it = fMoleculeHandle.begin();
 
   51     for (; it != fMoleculeHandle.end(); it++)
 
   78   MoleculeHandleMap::iterator it = fMoleculeHandle.find(molecule);
 
   81   if (it != fMoleculeHandle.end())
 
G4MoleculeHandle GetMoleculeHandle(const G4Molecule *)
 
~G4MoleculeHandleManager()
 
static void DeleteInstance()
 
G4shared_ptr< const G4Molecule > G4MoleculeHandle
 
static G4MoleculeHandleManager * Instance()