#include <albaOpStack.h>
Definition at line 27 of file albaOpStack.h.
◆ albaOpStack()
albaOpStack::albaOpStack |
( |
| ) |
|
◆ ~albaOpStack()
albaOpStack::~albaOpStack |
( |
| ) |
|
◆ IsEmpty()
bool albaOpStack::IsEmpty |
( |
| ) |
|
Return true is the stack is empty.
◆ Push()
void albaOpStack::Push |
( |
albaOp * |
op | ) |
|
Insert op on top od the stack.
◆ Pop()
Return the op on the top of the stack, and remove it.
◆ Clear()
void albaOpStack::Clear |
( |
| ) |
|
Empty the stack and call delete on every inserted op.
◆ m_Stack
The documentation for this class was generated from the following file: