16#ifndef __albaOpStack_H__
17#define __albaOpStack_H__
bool IsEmpty()
Return true is the stack is empty.
void Push(albaOp *op)
Insert op on top od the stack.
albaOp * Pop()
Return the op on the top of the stack, and remove it.
void Clear()
Empty the stack and call delete on every inserted op.