33 std::ostream& 
operator<<
 
   34   (std::ostream& os, 
const std::map<G4String,G4AttDef>* definitions)
 
   38     os << 
"G4AttCheck: ERROR: zero definitions pointer." << endl;
 
   43     os << storeKey << 
":";
 
   45   std::map<G4String,G4AttDef>::const_iterator i;
 
   46   for (i = definitions->begin(); i != definitions->end(); ++i) {
 
   51              << 
" (" << name << 
"): ";
 
   53         if (attDef.
GetExtra() != 
"G4BestUnit") os << 
"unit: ";
 
   57       if (!attDef.
GetExtra().empty()) os << 
")";
 
G4bool GetStoreKey(const std::map< G4String, G4AttDef > *definitions, G4String &key)
 
const G4String & GetExtra() const 
 
const G4String & GetValueType() const 
 
const G4String & GetDesc() const 
 
const G4String & GetCategory() const