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 | |
![]() | |
BCList () | |
~BCList () | |
Iterator | begin () |
Iterator | end () const |
Iterator | add (Item item) |
void | check () |
typedef List::Iterator Puma::BCStack< Item, BUCKET_SIZE >::Iterator |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Reimplemented from Puma::BCList< Item, BUCKET_SIZE >.
|
inline |