Geant4
9.6.p02
|
#include <G4ProcTblElement.hh>
Public Member Functions | |
G4ProcTblElement (const G4ProcTblElement &right) | |
G4ProcTblElement (G4VProcess *aProcess) | |
~G4ProcTblElement () | |
G4ProcTblElement & | operator= (const G4ProcTblElement &right) |
G4int | operator== (const G4ProcTblElement &right) const |
G4int | operator!= (const G4ProcTblElement &right) const |
Protected Types | |
typedef std::vector < G4ProcessManager * > | G4ProcMgrVector |
Protected Member Functions | |
G4ProcTblElement () | |
G4int | Length () const |
void | Insert (G4ProcessManager *aProcMgr) |
void | Remove (G4ProcessManager *aProcMgr) |
G4VProcess * | GetProcess () const |
const G4String & | GetProcessName () const |
G4ProcessManager * | GetProcessManager (G4int index) const |
const G4ProcMgrVector * | GetProcMgrVector () const |
G4int | GetIndex (const G4ProcessManager *pManager) const |
G4bool | Contains (const G4ProcessManager *pManager) const |
Friends | |
class | G4ProcessTable |
Definition at line 53 of file G4ProcTblElement.hh.
|
protected |
Definition at line 77 of file G4ProcTblElement.hh.
|
protected |
Definition at line 42 of file G4ProcTblElement.cc.
G4ProcTblElement::G4ProcTblElement | ( | const G4ProcTblElement & | right) |
Definition at line 55 of file G4ProcTblElement.cc.
G4ProcTblElement::G4ProcTblElement | ( | G4VProcess * | aProcess) |
Definition at line 48 of file G4ProcTblElement.cc.
G4ProcTblElement::~G4ProcTblElement | ( | ) |
Definition at line 63 of file G4ProcTblElement.cc.
|
protected |
|
protected |
|
protected |
|
protected |
|
inlineprotected |
Definition at line 89 of file G4ProcTblElement.hh.
|
protected |
|
protected |
G4int G4ProcTblElement::operator!= | ( | const G4ProcTblElement & | right) | const |
Definition at line 100 of file G4ProcTblElement.cc.
G4ProcTblElement & G4ProcTblElement::operator= | ( | const G4ProcTblElement & | right) |
Definition at line 73 of file G4ProcTblElement.cc.
G4int G4ProcTblElement::operator== | ( | const G4ProcTblElement & | right) | const |
Definition at line 93 of file G4ProcTblElement.cc.
|
protected |
|
friend |
Definition at line 56 of file G4ProcTblElement.hh.