Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UItokenNum.hh>
Public Member Functions | |
yystype () | |
G4bool | operator== (const yystype &right) const |
yystype & | operator= (const yystype &right) |
yystype (const yystype &right) | |
Public Attributes | |
tokenNum | type |
G4double | D |
G4int | I |
G4long | L |
char | C |
G4String | S |
Definition at line 65 of file G4UItokenNum.hh.
|
inline |
Definition at line 74 of file G4UItokenNum.hh.
|
inline |
Definition at line 98 of file G4UItokenNum.hh.
Definition at line 82 of file G4UItokenNum.hh.
char G4UItokenNum::yystype::C |
Definition at line 71 of file G4UItokenNum.hh.
Referenced by operator=().
G4double G4UItokenNum::yystype::D |
Definition at line 68 of file G4UItokenNum.hh.
Referenced by operator=().
G4int G4UItokenNum::yystype::I |
Definition at line 69 of file G4UItokenNum.hh.
Referenced by operator=().
G4long G4UItokenNum::yystype::L |
Definition at line 70 of file G4UItokenNum.hh.
Referenced by operator=().
G4String G4UItokenNum::yystype::S |
Definition at line 72 of file G4UItokenNum.hh.
Referenced by operator=().
tokenNum G4UItokenNum::yystype::type |
Definition at line 67 of file G4UItokenNum.hh.
Referenced by operator=().