| Puma Reference Manual | Puma: Puma::BCStack< Item, BUCKET_SIZE > Class Template Reference |
#include <BCStack.h>

Public Types | |
| typedef List::Iterator | Iterator |
Public Member Functions | |
| BCStack () | |
| long | length () const |
| void | push (Item item) |
| Item & | top () const |
| void | pop () |
| void | reset () |
| bool | empty () const |
| typedef List::Iterator Puma::BCStack< Item, BUCKET_SIZE >::Iterator |
| Puma::BCStack< Item, BUCKET_SIZE >::BCStack | ( | ) | [inline] |
| long Puma::BCStack< Item, BUCKET_SIZE >::length | ( | ) | const [inline] |
| void Puma::BCStack< Item, BUCKET_SIZE >::push | ( | Item | item | ) | [inline] |
| Item& Puma::BCStack< Item, BUCKET_SIZE >::top | ( | ) | const [inline] |
| void Puma::BCStack< Item, BUCKET_SIZE >::pop | ( | ) | [inline] |
| void Puma::BCStack< Item, BUCKET_SIZE >::reset | ( | ) | [inline] |
Reimplemented from Puma::BCList< Item, BUCKET_SIZE >.
| bool Puma::BCStack< Item, BUCKET_SIZE >::empty | ( | ) | const [inline] |