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

Classes | |
| struct | Bucket |
| class | Iterator |
Public Member Functions | |
| BCList () | |
| ~BCList () | |
| Iterator | begin () |
| Iterator | end () const |
| Iterator | add (Item item) |
| void | reset () |
Protected Member Functions | |
| void | check () |
Protected Attributes | |
| Bucket * | _first_bucket |
| Bucket * | _last_bucket |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
protected |
|
protected |