#include <G4UItokenNum.hh>
Public Member Functions | |
yystype () | |
G4int | operator== (const yystype &right) const |
yystype & | operator= (const yystype &right) |
yystype (const yystype &right) | |
Data Fields | |
tokenNum | type |
G4double | D |
G4int | I |
char | C |
G4String | S |
Definition at line 60 of file G4UItokenNum.hh.
yystype::yystype | ( | ) | [inline] |
yystype::yystype | ( | const yystype & | right | ) | [inline] |
char yystype::C |