30 typedef std::map<G4String, G4int, std::less<G4String> >
Map;
43 G4bool
Add(
const G4String& first, G4int second);
44 G4int
GetSecond(
const G4String& name, G4bool warn =
true);
The map container for integer numbers associated with names.
TG4IntMap(const TG4IntMap &right)
Not implemented.
Map::iterator MapIterator
The iterator for the map of integers to strings.
Map::const_iterator MapConstIterator
The constant iterator for the map of integers to strings.
G4int GetSecond(const G4String &name, G4bool warn=true)
TG4IntMap & operator=(const TG4IntMap &right)
Not implemented.
std::map< G4String, G4int, std::less< G4String > > Map
The map of integers to strings.
G4bool Add(const G4String &first, G4int second)
G4bool IsDefined(const G4String &first)