Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
Typedefs | |
using | yystype = yystype { tokenNum type{ tokenNum::NONE } |
Enumerations | |
enum | tokenNum { NONE = 0 , IDENTIFIER = 257 , CONSTINT = 258 , CONSTDOUBLE = 259 , CONSTCHAR = 260 , CONSTSTRING = 261 , GT = 262 , GE = 263 , LT = 264 , LE = 265 , EQ = 266 , NE = 267 , CONSTLONG = 268 , LOGICALOR = 269 , LOGICALAND = 270 , SCAREAMER = 33 , LPAREN = 40 , PLUS = 43 , MINUS = 45 } |
Functions | |
G4bool | operator== (const yystype &right) const |
yystype & | operator= (const yystype &right) |
yystype (const yystype &right) | |
Variables | |
G4double | D { 0.0 } |
G4int | I { 0 } |
G4long | L { 0 } |
char | C { ' ' } |
G4String | S |
Definition at line 65 of file G4UItokenNum.hh.
Enumerator | |
---|---|
NONE | |
IDENTIFIER | |
CONSTINT | |
CONSTDOUBLE | |
CONSTCHAR | |
CONSTSTRING | |
GT | |
GE | |
LT | |
LE | |
EQ | |
NE | |
CONSTLONG | |
LOGICALOR | |
LOGICALAND | |
SCAREAMER | |
LPAREN | |
PLUS | |
MINUS |
Definition at line 41 of file G4UItokenNum.hh.
Definition at line 78 of file G4UItokenNum.hh.
Definition at line 77 of file G4UItokenNum.hh.
G4UItokenNum::yystype | ( | const yystype & | right | ) |
Definition at line 92 of file G4UItokenNum.hh.
char G4UItokenNum::C { ' ' } |
Definition at line 71 of file G4UItokenNum.hh.
Referenced by operator=().
G4double G4UItokenNum::D { 0.0 } |
Definition at line 68 of file G4UItokenNum.hh.
Referenced by operator=().
G4int G4UItokenNum::I { 0 } |
Definition at line 69 of file G4UItokenNum.hh.
Referenced by operator=().
G4long G4UItokenNum::L { 0 } |
Definition at line 70 of file G4UItokenNum.hh.
Referenced by operator=().
G4String G4UItokenNum::S |
Definition at line 72 of file G4UItokenNum.hh.
Referenced by operator=().