#include <G4ITType.hh>
Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT)
Definition at line 51 of file G4ITType.hh.
G4ITType::G4ITType |
( |
const int |
d_ = 0 | ) |
|
|
inline |
G4ITType::G4ITType |
( |
const G4ITType & |
d_ | ) |
|
|
inline |
Definition at line 63 of file G4ITType.hh.
63 : fValue(d_.fValue){;}
G4ITType::operator const int & |
( |
| ) |
const |
|
inline |
G4ITType::operator int & |
( |
| ) |
|
|
inline |
void G4ITType::operator++ |
( |
| ) |
|
|
inline |
bool G4ITType::operator< |
( |
const G4ITType & |
rhs | ) |
const |
|
inline |
Definition at line 70 of file G4ITType.hh.
70 {
return fValue < rhs.fValue; }
Definition at line 51 of file G4ITType.cc.
53 if (
this == &rhs)
return *
this;
Definition at line 65 of file G4ITType.hh.
65 { fValue = rhs;
return *
this;}
bool G4ITType::operator== |
( |
const G4ITType & |
rhs | ) |
const |
|
inline |
Definition at line 68 of file G4ITType.hh.
68 {
return fValue == rhs.fValue; }
bool G4ITType::operator== |
( |
const int & |
rhs | ) |
const |
|
inline |
Definition at line 69 of file G4ITType.hh.
69 {
return fValue == rhs; }
size_t G4ITType::size |
( |
| ) |
|
|
static |
The documentation for this struct was generated from the following files: