#include <BCList.h>
Public Member Functions | |
BCList () | |
Iterator | begin () |
Iterator | end () const |
Iterator | add (Item item) |
void | reset () |
Protected Attributes | |
Bucket | _first_bucket |
Bucket * | _last_bucket |
Classes | |
struct | Bucket |
class | Iterator |
Puma::BCList< Item, BUCKET_SIZE >::BCList | ( | ) | [inline] |
Iterator Puma::BCList< Item, BUCKET_SIZE >::begin | ( | ) | [inline] |
Iterator Puma::BCList< Item, BUCKET_SIZE >::end | ( | ) | const [inline] |
Iterator Puma::BCList< Item, BUCKET_SIZE >::add | ( | Item | item | ) | [inline] |
void Puma::BCList< Item, BUCKET_SIZE >::reset | ( | ) | [inline] |
Bucket Puma::BCList< Item, BUCKET_SIZE >::_first_bucket [protected] |
Bucket* Puma::BCList< Item, BUCKET_SIZE >::_last_bucket [protected] |