Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
Go to the source code of this file.
Namespaces | |
namespace | G4UItokenNum |
Typedefs | |
using | G4UItokenNum::yystype = yystype { tokenNum type{ tokenNum::NONE } |
Enumerations | |
enum | G4UItokenNum::tokenNum { G4UItokenNum::NONE = 0 , G4UItokenNum::IDENTIFIER = 257 , G4UItokenNum::CONSTINT = 258 , G4UItokenNum::CONSTDOUBLE = 259 , G4UItokenNum::CONSTCHAR = 260 , G4UItokenNum::CONSTSTRING = 261 , G4UItokenNum::GT = 262 , G4UItokenNum::GE = 263 , G4UItokenNum::LT = 264 , G4UItokenNum::LE = 265 , G4UItokenNum::EQ = 266 , G4UItokenNum::NE = 267 , G4UItokenNum::CONSTLONG = 268 , G4UItokenNum::LOGICALOR = 269 , G4UItokenNum::LOGICALAND = 270 , G4UItokenNum::SCAREAMER = 33 , G4UItokenNum::LPAREN = 40 , G4UItokenNum::PLUS = 43 , G4UItokenNum::MINUS = 45 } |
Functions | |
G4bool | G4UItokenNum::operator== (const yystype &right) const |
yystype & | G4UItokenNum::operator= (const yystype &right) |
G4UItokenNum::yystype (const yystype &right) | |
Variables | |
G4double | G4UItokenNum::D { 0.0 } |
G4int | G4UItokenNum::I { 0 } |
G4long | G4UItokenNum::L { 0 } |
char | G4UItokenNum::C { ' ' } |
G4String | G4UItokenNum::S |