#include <Stack.h>
Public Member Functions | |
Stack (long is=8192, long incr=8192) | |
void | push (Item f) |
Item & | top () const |
void | pop () |
long | length () const |
void | reset () |
Puma::Stack< Item >::Stack | ( | long | is = 8192 , |
|
long | incr = 8192 | |||
) | [inline] |
void Puma::Stack< Item >::push | ( | Item | f | ) | [inline] |
Item& Puma::Stack< Item >::top | ( | ) | const [inline] |
void Puma::Stack< Item >::pop | ( | ) | [inline] |
long Puma::Stack< Item >::length | ( | ) | const [inline] |
Reimplemented from Puma::Array< Item >.
void Puma::Stack< Item >::reset | ( | ) | [inline] |
Reimplemented from Puma::Array< Item >.