First page
Back
Continue
Last page
Graphics
IntStack::isEmpty
bool IntStack::isEmpty( ) const
{
return (top == -1);
}