Geant4-11
|
#include <G4ProcTblElement.hh>
Public Member Functions | |
G4ProcTblElement (const G4ProcTblElement &right) | |
G4ProcTblElement (G4VProcess *aProcess) | |
G4bool | operator!= (const G4ProcTblElement &right) const |
G4ProcTblElement & | operator= (const G4ProcTblElement &right) |
G4bool | operator== (const G4ProcTblElement &right) const |
~G4ProcTblElement () | |
Protected Member Functions | |
G4bool | Contains (const G4ProcessManager *pManager) const |
G4ProcTblElement () | |
G4int | GetIndex (const G4ProcessManager *pManager) const |
G4VProcess * | GetProcess () const |
G4ProcessManager * | GetProcessManager (G4int index) const |
const G4String & | GetProcessName () const |
const G4ProcMgrVector * | GetProcMgrVector () const |
void | Insert (G4ProcessManager *aProcMgr) |
G4int | Length () const |
void | Remove (G4ProcessManager *aProcMgr) |
Private Types | |
using | G4ProcMgrVector = std::vector< G4ProcessManager * > |
Private Attributes | |
G4VProcess * | pProcess = nullptr |
G4ProcMgrVector * | pProcMgrVector = nullptr |
Friends | |
class | G4ProcessTable |
Definition at line 46 of file G4ProcTblElement.hh.
|
private |
Definition at line 50 of file G4ProcTblElement.hh.
G4ProcTblElement::G4ProcTblElement | ( | const G4ProcTblElement & | right | ) |
Definition at line 50 of file G4ProcTblElement.cc.
G4ProcTblElement::G4ProcTblElement | ( | G4VProcess * | aProcess | ) |
Definition at line 41 of file G4ProcTblElement.cc.
References pProcMgrVector.
G4ProcTblElement::~G4ProcTblElement | ( | ) |
Definition at line 58 of file G4ProcTblElement.cc.
References pProcMgrVector.
|
protected |
Definition at line 36 of file G4ProcTblElement.cc.
|
inlineprotected |
Referenced by G4ProcessTable::Insert(), and G4ProcessTable::Remove().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
Referenced by G4ProcessTable::DumpInfo(), and G4ProcessTable::SetProcessActivation().
|
inlineprotected |
Referenced by G4ProcessTable::Find().
|
inlineprotected |
|
inlineprotected |
Referenced by G4ProcessTable::Insert().
|
inlineprotected |
Referenced by G4ProcessTable::DumpInfo(), G4ProcessTable::Remove(), and G4ProcessTable::SetProcessActivation().
G4bool G4ProcTblElement::operator!= | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 97 of file G4ProcTblElement.cc.
G4ProcTblElement & G4ProcTblElement::operator= | ( | const G4ProcTblElement & | right | ) |
Definition at line 68 of file G4ProcTblElement.cc.
References pProcess, and pProcMgrVector.
G4bool G4ProcTblElement::operator== | ( | const G4ProcTblElement & | right | ) | const |
Definition at line 91 of file G4ProcTblElement.cc.
|
inlineprotected |
Referenced by G4ProcessTable::Remove().
|
friend |
Definition at line 48 of file G4ProcTblElement.hh.
|
private |
Definition at line 87 of file G4ProcTblElement.hh.
Referenced by operator=().
|
private |
Definition at line 88 of file G4ProcTblElement.hh.
Referenced by G4ProcTblElement(), operator=(), and ~G4ProcTblElement().