|
Geant4-11
|
#include <G4INCLAllocationPool.hh>
Public Member Functions | |
| void | clear () |
| T * | getObject () |
| void | recycleObject (T *t) |
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 |
Definition at line 88 of file G4INCLAllocationPool.hh.
References G4INCL::AllocationPool< T >::clear().
|
inline |
Definition at line 79 of file G4INCLAllocationPool.hh.
References G4INCL::AllocationPool< T >::theStack.
Referenced by G4INCL::AllocationPool< T >::~AllocationPool().
|
inlinestatic |
Definition at line 59 of file G4INCLAllocationPool.hh.
References G4INCL::AllocationPool< T >::theInstance.
|
inline |
Definition at line 65 of file G4INCLAllocationPool.hh.
References G4INCL::AllocationPool< T >::theStack.
|
inline |
Definition at line 75 of file G4INCLAllocationPool.hh.
References G4INCL::AllocationPool< T >::theStack.
|
staticprotected |
Definition at line 92 of file G4INCLAllocationPool.hh.
Referenced by G4INCL::AllocationPool< T >::getInstance().
|
protected |
Definition at line 94 of file G4INCLAllocationPool.hh.
Referenced by G4INCL::AllocationPool< T >::clear(), G4INCL::AllocationPool< T >::getObject(), and G4INCL::AllocationPool< T >::recycleObject().