| Puma Reference Manual | 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 |
Additional Inherited Members | |
Private Member Functions inherited from Puma::BCList< Item, BUCKET_SIZE > | |
| BCList () | |
| ~BCList () | |
| Iterator | begin () |
| Iterator | end () const |
| Iterator | add (Item item) |
| void | reset () |
| void | check () |
| typedef List::Iterator Puma::BCStack< Item, BUCKET_SIZE >::Iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |