Geant4  10.00.p02
G4ITType Struct Reference

Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT) More...

#include <G4ITType.hh>

Public Member Functions

 G4ITType (const int d_=0)
 
 G4ITType (const G4ITType &d_)
 
G4ITTypeoperator= (const G4ITType &rhs)
 
G4ITTypeoperator= (const int &rhs)
 
 operator int & ()
 
 operator const int & () const
 
bool operator== (const G4ITType &rhs) const
 
bool operator== (const int &rhs) const
 
bool operator< (const G4ITType &rhs) const
 
void operator++ ()
 

Static Public Member Functions

static size_t size ()
 

Private Attributes

int fValue
 

Friends

G4ITType operator+ (const G4ITType &left, const int &right)
 
G4ITType operator- (const G4ITType &left, const int &right)
 

Detailed Description

Tag the G4IT Should be automatically setup by G4IT using : ITDef(MyIT) and ITImp(MyIT)

Definition at line 51 of file G4ITType.hh.

Constructor & Destructor Documentation

G4ITType::G4ITType ( const int  d_ = 0)
inline

Definition at line 62 of file G4ITType.hh.

G4ITType::G4ITType ( const G4ITType d_)
inline

Definition at line 63 of file G4ITType.hh.

Member Function Documentation

G4ITType::operator const int & ( ) const
inline

Definition at line 67 of file G4ITType.hh.

References fValue.

G4ITType::operator int & ( )
inline

Definition at line 66 of file G4ITType.hh.

References fValue.

void G4ITType::operator++ ( )
inline

Definition at line 71 of file G4ITType.hh.

bool G4ITType::operator< ( const G4ITType rhs) const
inline

Definition at line 70 of file G4ITType.hh.

References fValue.

G4ITType & G4ITType::operator= ( const G4ITType rhs)

Definition at line 51 of file G4ITType.cc.

References fValue.

G4ITType& G4ITType::operator= ( const int &  rhs)
inline

Definition at line 65 of file G4ITType.hh.

bool G4ITType::operator== ( const G4ITType rhs) const
inline

Definition at line 68 of file G4ITType.hh.

References fValue.

bool G4ITType::operator== ( const int &  rhs) const
inline

Definition at line 69 of file G4ITType.hh.

size_t G4ITType::size ( )
static

Definition at line 46 of file G4ITType.cc.

References G4ITTypeManager::Instance(), and G4ITTypeManager::size().

Referenced by G4ITModelHandler::G4ITModelHandler(), G4ITModelProcessor::G4ITModelProcessor(), and G4ITModelHandler::RegisterModel().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Friends And Related Function Documentation

G4ITType operator+ ( const G4ITType left,
const int &  right 
)
friend

Definition at line 74 of file G4ITType.hh.

G4ITType operator- ( const G4ITType left,
const int &  right 
)
friend

Definition at line 79 of file G4ITType.hh.

Member Data Documentation

int G4ITType::fValue
private

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