| Puma Reference Manual | Puma: Puma::Stack< Item > Class Template Reference |
#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 |
| Get the number of items in the array. | |
| void | reset () |
| Reset the array. | |
| 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] |
| void Puma::Stack< Item >::reset | ( | ) | [inline] |