ATLAS Offline Software
|
Helper class for making Arena
instances current in a stack-like manner.
More...
#include <Arena.h>
Public Member Functions | |
Push (Arena &a) | |
Constructor. More... | |
~Push () | |
Destructor. More... | |
Private Attributes | |
ArenaHeader * | m_header |
The ArenaHeader for the stack we're managing. More... | |
ArenaBase * | m_prev |
The previously-current arena. More... | |
Helper class for making Arena
instances current in a stack-like manner.
SG::Arena::Push::Push | ( | Arena & | a | ) |
SG::Arena::Push::~Push | ( | ) |
|
private |
The ArenaHeader
for the stack we're managing.
|
private |