Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <TaskAllocatorList.hh>
Public Member Functions | |
~TaskAllocatorList () | |
void | Register (TaskAllocatorBase *) |
void | Destroy (int nStat=0, int verboseLevel=0) |
int | Size () const |
Static Public Member Functions | |
static TaskAllocatorList * | GetAllocatorList () |
static TaskAllocatorList * | GetAllocatorListIfExist () |
Definition at line 38 of file TaskAllocatorList.hh.
TaskAllocatorList::~TaskAllocatorList | ( | ) |
Definition at line 65 of file TaskAllocatorList.cc.
void TaskAllocatorList::Destroy | ( | int | nStat = 0 , |
int | verboseLevel = 0 |
||
) |
Definition at line 78 of file TaskAllocatorList.cc.
|
static |
Definition at line 42 of file TaskAllocatorList.cc.
Referenced by PTL::TaskAllocatorBase::TaskAllocatorBase().
|
static |
Definition at line 54 of file TaskAllocatorList.cc.
void TaskAllocatorList::Register | ( | TaskAllocatorBase * | alloc | ) |
Definition at line 70 of file TaskAllocatorList.cc.
Referenced by PTL::TaskAllocatorBase::TaskAllocatorBase().
int TaskAllocatorList::Size | ( | ) | const |
Definition at line 124 of file TaskAllocatorList.cc.
Referenced by Destroy().