#include <G4ITType.hh>
Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT)
Definition at line 59 of file G4ITType.hh.
◆ G4ITType() [1/2]
G4ITType::G4ITType |
( |
const int |
d_ = 0 | ) |
|
|
inline |
◆ G4ITType() [2/2]
G4ITType::G4ITType |
( |
const G4ITType & |
d_ | ) |
|
|
inline |
◆ operator const int &()
G4ITType::operator const int & |
( |
| ) |
const |
|
inline |
◆ operator int &()
G4ITType::operator int & |
( |
| ) |
|
|
inline |
◆ operator++()
void G4ITType::operator++ |
( |
| ) |
|
|
inline |
◆ operator<()
Definition at line 78 of file G4ITType.hh.
78{ return fValue < rhs.fValue; }
◆ operator=() [1/2]
Definition at line 50 of file G4ITType.cc.
51{
52 if (this == &rhs) return *this;
53 fValue = rhs.fValue;
54 return *this;
55}
◆ operator=() [2/2]
G4ITType & G4ITType::operator= |
( |
const int & |
rhs | ) |
|
|
inline |
Definition at line 73 of file G4ITType.hh.
73{ fValue = rhs; return *this;}
◆ operator==() [1/2]
Definition at line 76 of file G4ITType.hh.
76{ return fValue == rhs.fValue; }
◆ operator==() [2/2]
G4bool G4ITType::operator== |
( |
const int & |
rhs | ) |
const |
|
inline |
Definition at line 77 of file G4ITType.hh.
77{ return fValue == rhs; }
◆ size()
size_t G4ITType::size |
( |
| ) |
|
|
static |
Definition at line 45 of file G4ITType.cc.
46{
48}
static G4ITTypeManager * Instance()
◆ operator+
Definition at line 82 of file G4ITType.hh.
82 {
83 G4ITType output( left.fValue + right );
84 return output;
85}
◆ operator-
Definition at line 87 of file G4ITType.hh.
87 {
88 G4ITType output( left.fValue - right );
89 return output;
90}
The documentation for this struct was generated from the following files: