|
Geant4
10.03.p01
|
#include <G4UItokenNum.hh>

Public Member Functions | |
| yystype () | |
| G4int | operator== (const yystype &right) const |
| yystype & | operator= (const yystype &right) |
| yystype (const yystype &right) | |
Public Attributes | |
| tokenNum | type |
| G4double | D |
| G4int | I |
| char | C |
| G4String | S |
Definition at line 60 of file G4UItokenNum.hh.
|
inline |
Definition at line 68 of file G4UItokenNum.hh.
|
inline |
Definition at line 85 of file G4UItokenNum.hh.
Definition at line 75 of file G4UItokenNum.hh.
Definition at line 71 of file G4UItokenNum.hh.
| char yystype::C |
Definition at line 65 of file G4UItokenNum.hh.
| G4double yystype::D |
Definition at line 63 of file G4UItokenNum.hh.
| G4int yystype::I |
Definition at line 64 of file G4UItokenNum.hh.
| G4String yystype::S |
Definition at line 66 of file G4UItokenNum.hh.
| tokenNum yystype::type |
Definition at line 62 of file G4UItokenNum.hh.