Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4AllocatorList.hh>
Public Member Functions | |
~G4AllocatorList () | |
void | Register (G4AllocatorBase *) |
void | Destroy (G4int nStat=0, G4int verboseLevel=0) |
std::size_t | Size () const |
Static Public Member Functions | |
static G4AllocatorList * | GetAllocatorList () |
static G4AllocatorList * | GetAllocatorListIfExist () |
Definition at line 43 of file G4AllocatorList.hh.
G4AllocatorList::~G4AllocatorList | ( | ) |
Definition at line 56 of file G4AllocatorList.cc.
Definition at line 65 of file G4AllocatorList.cc.
Referenced by G4RunManagerKernel::~G4RunManagerKernel().
|
static |
Definition at line 40 of file G4AllocatorList.cc.
Referenced by G4AllocatorBase::G4AllocatorBase().
|
static |
Definition at line 50 of file G4AllocatorList.cc.
Referenced by G4FastList< OBJECT >::DeleteObject(), G4RunManagerKernel::G4RunManagerKernel(), and G4RunManagerKernel::~G4RunManagerKernel().
void G4AllocatorList::Register | ( | G4AllocatorBase * | alloc | ) |
Definition at line 59 of file G4AllocatorList.cc.
Referenced by G4AllocatorBase::G4AllocatorBase().
|
inline |
Definition at line 63 of file G4AllocatorList.hh.
Referenced by Destroy(), and G4RunManagerKernel::G4RunManagerKernel().