Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
stack< Type > Member List

This is the complete list of members for stack< Type >, including all inherited members.

clear()stack< Type >inline
display()stack< Type >inline
isEmptyStack()stack< Type >inline
operator=(const stack< Type > &otherStack)stack< Type >inline
pop()stack< Type >inline
push(Type item)stack< Type >inline
sizestack< Type >private
stack()stack< Type >inline
stack(const stack< Type > &otherStack)stack< Type >inlineexplicit
stackTopstack< Type >private
top()stack< Type >inline
~stack()stack< Type >inline