Geant4
10.03.p01
|
#include <G4INCLAllocationPool.hh>
Public Member Functions | |
T * | getObject () |
void | recycleObject (T *t) |
void | clear () |
Static Public Member Functions | |
static AllocationPool & | getInstance () |
Protected Member Functions | |
AllocationPool () | |
virtual | ~AllocationPool () |
Protected Attributes | |
std::stack< T * > | theStack |
Static Protected Attributes | |
static G4ThreadLocal AllocationPool * | theInstance = 0 |
Definition at line 57 of file G4INCLAllocationPool.hh.
|
inlineprotected |
Definition at line 87 of file G4INCLAllocationPool.hh.
|
inlineprotectedvirtual |
|
inline |
|
inlinestatic |
Definition at line 59 of file G4INCLAllocationPool.hh.
|
inline |
Definition at line 65 of file G4INCLAllocationPool.hh.
|
inline |
Definition at line 75 of file G4INCLAllocationPool.hh.
|
staticprotected |
Definition at line 92 of file G4INCLAllocationPool.hh.
|
protected |
Definition at line 94 of file G4INCLAllocationPool.hh.