#include <PointerStack.hpp>
Definition at line 70 of file PointerStack.hpp.
◆ PointerStack()
| PointerStack::PointerStack |
( |
unsigned int |
initialSize = 32 | ) |
|
◆ ~PointerStack()
| PointerStack::~PointerStack |
( |
| ) |
|
◆ Depth()
| unsigned int PointerStack::Depth |
( |
| ) |
|
|
inline |
◆ ExtendAndPush()
| void PointerStack::ExtendAndPush |
( |
void * |
item | ) |
|
|
private |
◆ Get()
| void* PointerStack::Get |
( |
unsigned int |
depth | ) |
|
|
inline |
◆ Pop()
| void* PointerStack::Pop |
( |
| ) |
|
|
inline |
◆ Push()
| void PointerStack::Push |
( |
void * |
item | ) |
|
|
inline |
◆ Top()
| void* PointerStack::Top |
( |
void |
| ) |
|
|
inline |
◆ lastSlot
| int PointerStack::lastSlot |
|
private |
◆ theStack
| void** PointerStack::theStack |
|
private |
◆ topElement
| int PointerStack::topElement |
|
private |
The documentation for this class was generated from the following files: