Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Namespaces | |
namespace | G4UIparsing |
Functions | |
template<typename T > | |
T | G4UIparsing::StoT (const G4String &s) |
template<typename T > | |
G4String | G4UIparsing::TtoS (T value) |
G4bool | G4UIparsing::ChkMax (const char *str, short maxDigits) |
G4bool | G4UIparsing::IsInt (const char *str, short maxDigits) |
G4bool | G4UIparsing::ExpectExponent (const char *str) |
G4bool | G4UIparsing::IsDouble (const char *str) |
G4int | G4UIparsing::CompareInt (G4int arg1, G4int op, G4int arg2, G4int &errCode) |
G4int | G4UIparsing::CompareLong (G4long arg1, G4int op, G4long arg2, G4int &errCode) |
G4int | G4UIparsing::CompareDouble (G4double arg1, G4int op, G4double arg2, G4int &errCode) |