Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4UItokenNum::yystype Struct Reference

#include <G4UItokenNum.hh>

Public Attributes

tokenNum type {tokenNum::NONE}
 
G4double D {0.0}
 
G4int I {0}
 
G4long L {0}
 
char C {' '}
 
G4String S
 

Detailed Description

Definition at line 65 of file G4UItokenNum.hh.

Member Data Documentation

◆ C

char G4UItokenNum::yystype::C {' '}

Definition at line 71 of file G4UItokenNum.hh.

71{' '};

◆ D

G4double G4UItokenNum::yystype::D {0.0}

Definition at line 68 of file G4UItokenNum.hh.

68{0.0};

◆ I

G4int G4UItokenNum::yystype::I {0}

Definition at line 69 of file G4UItokenNum.hh.

69{0};

◆ L

G4long G4UItokenNum::yystype::L {0}

Definition at line 70 of file G4UItokenNum.hh.

70{0};

◆ S

G4String G4UItokenNum::yystype::S

Definition at line 72 of file G4UItokenNum.hh.

◆ type

tokenNum G4UItokenNum::yystype::type {tokenNum::NONE}

Definition at line 67 of file G4UItokenNum.hh.


The documentation for this struct was generated from the following file: