Geant4-11
|
#include <G4UnitsTable.hh>
Public Member Functions | |
G4UnitsCategory (const G4String &name) | |
const G4String & | GetName () const |
G4int | GetNameMxLen () const |
G4int | GetSymbMxLen () const |
G4UnitsContainer & | GetUnitsList () |
G4bool | operator!= (const G4UnitsCategory &) const |
G4bool | operator== (const G4UnitsCategory &) const |
void | PrintCategory () |
void | UpdateNameMxLen (G4int len) |
void | UpdateSymbMxLen (G4int len) |
~G4UnitsCategory () | |
Private Member Functions | |
G4UnitsCategory (const G4UnitsCategory &) | |
G4UnitsCategory & | operator= (const G4UnitsCategory &) |
Private Attributes | |
G4String | Name |
G4int | NameMxLen = 0 |
G4int | SymbMxLen = 0 |
G4UnitsContainer | UnitsList |
Definition at line 129 of file G4UnitsTable.hh.
|
explicit |
Definition at line 468 of file G4UnitsTable.cc.
G4UnitsCategory::~G4UnitsCategory | ( | ) |
|
private |
Definition at line 486 of file G4UnitsTable.cc.
|
inline |
Referenced by export_G4UnitsTable().
|
inline |
Referenced by export_G4UnitsTable().
|
inline |
Referenced by export_G4UnitsTable().
|
inline |
Referenced by export_G4UnitsTable().
G4bool G4UnitsCategory::operator!= | ( | const G4UnitsCategory & | right | ) | const |
Definition at line 514 of file G4UnitsTable.cc.
|
private |
Definition at line 493 of file G4UnitsTable.cc.
G4bool G4UnitsCategory::operator== | ( | const G4UnitsCategory & | right | ) | const |
Definition at line 507 of file G4UnitsTable.cc.
void G4UnitsCategory::PrintCategory | ( | ) |
Definition at line 521 of file G4UnitsTable.cc.
References G4cout, G4endl, Name, and UnitsList.
Referenced by export_G4UnitsTable().
|
inline |
Referenced by export_G4UnitsTable().
|
inline |
Referenced by export_G4UnitsTable().
|
private |
Definition at line 150 of file G4UnitsTable.hh.
Referenced by operator=(), and PrintCategory().
|
private |
Definition at line 152 of file G4UnitsTable.hh.
Referenced by operator=().
|
private |
Definition at line 153 of file G4UnitsTable.hh.
Referenced by operator=().
|
private |
Definition at line 151 of file G4UnitsTable.hh.
Referenced by operator=(), PrintCategory(), and ~G4UnitsCategory().