Helper class for making Arena instances current in a stack-like manner.
More...
#include <Arena.h>
|
| ArenaHeader * | m_header |
| | The ArenaHeader for the stack we're managing.
|
| ArenaBase * | m_prev |
| | The previously-current arena.
|
Helper class for making Arena instances current in a stack-like manner.
Definition at line 272 of file Arena.h.
◆ Push()
| Arena::Push::Push |
( |
Arena & | a | ) |
|
Constructor.
Make a current.
- Parameters
-
Definition at line 69 of file Arena.cxx.
72{
73}
ArenaHeader * m_header
The ArenaHeader for the stack we're managing.
ArenaBase * m_prev
The previously-current arena.
◆ ~Push()
Destructor.
Undoes the effect of the constructor.
Definition at line 79 of file Arena.cxx.
◆ m_header
| ArenaHeader* Arena::Push::m_header |
|
private |
The ArenaHeader for the stack we're managing.
Definition at line 291 of file Arena.h.
◆ m_prev
The previously-current arena.
Definition at line 294 of file Arena.h.
The documentation for this class was generated from the following files: