29 #ifndef G4ATTDEFSTORE_HH 
   30 #define G4ATTDEFSTORE_HH 
   37 namespace G4AttDefStore {
 
   39   std::map<G4String,G4AttDef>*
 
   48   (
const std::map<G4String,G4AttDef>* definitions, 
G4String& key);
 
   53   std::map<G4String,std::map<G4String,G4AttDef>*> *
m_defsmaps;
 
   57 #endif //G4ATTDEFSTORE_H 
G4bool GetStoreKey(const std::map< G4String, G4AttDef > *definitions, G4String &key)
 
G4ThreadLocal std::map< G4String, std::map< G4String, G4AttDef > * > * m_defsmaps
 
std::map< G4String, G4AttDef > * GetInstance(const G4String &storeKey, G4bool &isNew)