Tools.h++ Class Reference

Table Of Contents
RWCollectable*
pop();
Removes and returns the item at the top of the stack, or returns nil if the stack is empty.
void
push(RWCollectable*);
Adds an item to the top of the stack.
RWCollectable*
top() const;
Returns the item at the top of the stack or nil if the stack is empty.