Puma Reference Manual | Puma::BCList< Item, BUCKET_SIZE >::Iterator Class Reference |
#include <BCList.h>
Public Member Functions | |
Iterator () | |
Iterator (int i) | |
operator bool () const | |
bool | operator== (const Iterator &other) const |
bool | operator!= (const Iterator &other) const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
Iterator & | operator-- () |
Iterator | operator-- (int) |
Item & | operator* () const |
Item * | operator-> () const |
Friends | |
class | BCList< Item, BUCKET_SIZE > |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |