Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
G4AttDefStore Namespace Reference

Functions

std::map< G4String, G4AttDef > * GetInstance (G4String storeKey, G4bool &isNew)
 
G4bool GetStoreKey (const std::map< G4String, G4AttDef > *definitions, G4String &key)
 

Variables

std::map< G4String, std::map
< G4String, G4AttDef > * > 
m_defsmaps
 

Function Documentation

std::map< G4String, G4AttDef > * G4AttDefStore::GetInstance ( G4String  storeKey,
G4bool isNew 
)

Definition at line 38 of file G4AttDefStore.cc.

Here is the caller graph for this function:

G4bool G4AttDefStore::GetStoreKey ( const std::map< G4String, G4AttDef > *  definitions,
G4String key 
)

Definition at line 62 of file G4AttDefStore.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

std::map< G4String, std::map< G4String, G4AttDef > * > G4AttDefStore::m_defsmaps

Definition at line 35 of file G4AttDefStore.cc.