#include <G4UnitsTable.hh>
Definition at line 139 of file G4UnitsTable.hh.
 
  
  | 
        
          | G4UnitsCategory::G4UnitsCategory | ( | const G4String & | name | ) |  |  | explicit | 
 
Definition at line 422 of file G4UnitsTable.cc.
  423   : Name(name),UnitsList(),NameMxLen(0),SymbMxLen(0)
 
 
 
      
        
          | G4UnitsCategory::~G4UnitsCategory | ( |  | ) |  | 
      
 
Definition at line 429 of file G4UnitsTable.cc.
  431   for(
size_t i=0;i<UnitsList.size();i++)
 
 
 
 
  
  | 
        
          | const G4String& G4UnitsCategory::GetName | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | G4int G4UnitsCategory::GetNameMxLen | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | G4int G4UnitsCategory::GetSymbMxLen | ( |  | ) | const |  | inline | 
 
 
      
        
          | void G4UnitsCategory::PrintCategory | ( |  | ) |  | 
      
 
Definition at line 475 of file G4UnitsTable.cc.
  478   for(
size_t i=0;i<UnitsList.size();i++)
 
  479     { UnitsList[i]->PrintDefinition(); }
 
G4GLOB_DLL std::ostream G4cout
 
 
 
  
  | 
        
          | void G4UnitsCategory::UpdateNameMxLen | ( | G4int | len | ) |  |  | inline | 
 
 
  
  | 
        
          | void G4UnitsCategory::UpdateSymbMxLen | ( | G4int | len | ) |  |  | inline | 
 
 
The documentation for this class was generated from the following files: