Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Friends | List of all members
G4ITType Struct Reference

#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 ()
 

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 50 of file G4ITType.hh.

Constructor & Destructor Documentation

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

Definition at line 61 of file G4ITType.hh.

G4ITType::G4ITType ( const G4ITType d_)
inline

Definition at line 62 of file G4ITType.hh.

Member Function Documentation

G4ITType::operator const int & ( ) const
inline

Definition at line 66 of file G4ITType.hh.

G4ITType::operator int & ( )
inline

Definition at line 65 of file G4ITType.hh.

void G4ITType::operator++ ( )
inline

Definition at line 70 of file G4ITType.hh.

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

Definition at line 69 of file G4ITType.hh.

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

Definition at line 46 of file G4ITType.cc.

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

Definition at line 64 of file G4ITType.hh.

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

Definition at line 67 of file G4ITType.hh.

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

Definition at line 68 of file G4ITType.hh.

size_t G4ITType::size ( )
static

Definition at line 41 of file G4ITType.cc.

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 73 of file G4ITType.hh.

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

Definition at line 78 of file G4ITType.hh.


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