Tools.h++ Class Reference

Table Of Contents
Push the item a onto the top of the stack.
T
pop();
Pop (remove and return) the item at the top of the stack. If there are no items on the stack
then an exception of type TOOL_INDEX will occur.
T
top() const;
Returns (but does not remove) the item at the top of the stack.