![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Collaboration diagram for G4INCL::AllocationPool< T >: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.
View newest version in sPHENIX GitHub at line 57 of file G4INCLAllocationPool.hh
|
inlineprotected |
Definition at line 87 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 87 of file G4INCLAllocationPool.hh
|
inlineprotectedvirtual |
Definition at line 88 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 88 of file G4INCLAllocationPool.hh
References G4INCL::AllocationPool< T >::clear().
Here is the call graph for this function:
|
inline |
Definition at line 79 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 79 of file G4INCLAllocationPool.hh
References G4INCL::AllocationPool< T >::theStack.
Referenced by G4INCL::AllocationPool< T >::~AllocationPool().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 59 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 59 of file G4INCLAllocationPool.hh
References G4INCL::AllocationPool< T >::theInstance.
|
inline |
Definition at line 65 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 65 of file G4INCLAllocationPool.hh
References T, t, and G4INCL::AllocationPool< T >::theStack.
|
inline |
Definition at line 75 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 75 of file G4INCLAllocationPool.hh
References G4INCL::AllocationPool< T >::theStack.
|
staticprotected |
Definition at line 92 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 92 of file G4INCLAllocationPool.hh
Referenced by G4INCL::AllocationPool< T >::getInstance().
|
protected |
Definition at line 94 of file G4INCLAllocationPool.hh.
View newest version in sPHENIX GitHub at line 94 of file G4INCLAllocationPool.hh
Referenced by G4INCL::AllocationPool< T >::clear(), G4INCL::AllocationPool< T >::getObject(), and G4INCL::AllocationPool< T >::recycleObject().