Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Functions | |
template<typename T> | |
T | StoT (const G4String &s) |
template<typename T> | |
G4String | TtoS (T value) |
G4bool | ChkMax (const char *str, short maxDigits) |
G4bool | IsInt (const char *str, short maxDigits) |
G4bool | ExpectExponent (const char *str) |
G4bool | IsDouble (const char *str) |
G4int | CompareInt (G4int arg1, G4int op, G4int arg2, G4int &errCode) |
G4int | CompareLong (G4long arg1, G4int op, G4long arg2, G4int &errCode) |
G4int | CompareDouble (G4double arg1, G4int op, G4double arg2, G4int &errCode) |
G4bool | RangeCheck (const G4UIparameter &p, const char *value) |
G4bool | RangeCheck (const G4UIcommand &p, const char *value) |
|
inline |
Definition at line 63 of file G4UIparsing.hh.
Referenced by IsInt().
Definition at line 285 of file G4UIparsing.hh.
Definition at line 225 of file G4UIparsing.hh.
Definition at line 255 of file G4UIparsing.hh.
|
inline |
|
inline |
Definition at line 115 of file G4UIparsing.hh.
|
inline |
Definition at line 84 of file G4UIparsing.hh.
Referenced by ExpectExponent().
G4bool G4UIparsing::RangeCheck | ( | const G4UIcommand & | p, |
const char * | value ) |
Definition at line 669 of file G4UIparsing.cc.
G4bool G4UIparsing::RangeCheck | ( | const G4UIparameter & | p, |
const char * | value ) |
Definition at line 663 of file G4UIparsing.cc.
Referenced by G4UIcommand::CheckNewValue(), G4UIparameter::CheckNewValue(), RangeCheck(), and RangeCheck().
|
inline |
Definition at line 45 of file G4UIparsing.hh.
Referenced by G4UIcommand::ConvertToDouble(), G4UIcommand::ConvertToInt(), G4UIcommand::ConvertToLongInt(), G4UImessenger::StoD(), G4UImessenger::StoI(), and G4UImessenger::StoL().
|
inline |
Definition at line 55 of file G4UIparsing.hh.
Referenced by G4UIcommand::ConvertToString(), G4UIcommand::ConvertToString(), G4UIparameter::SetDefaultValue(), G4UIparameter::SetDefaultValue(), and G4UIparameter::SetDefaultValue().