Puma Reference Manual | Puma: 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 > |
Puma::BCList< Item, BUCKET_SIZE >::Iterator::Iterator | ( | ) | [inline] |
Puma::BCList< Item, BUCKET_SIZE >::Iterator::Iterator | ( | int | i | ) | [inline] |
Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator bool | ( | ) | const [inline] |
bool Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator== | ( | const Iterator & | other | ) | const [inline] |
bool Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator!= | ( | const Iterator & | other | ) | const [inline] |
Iterator& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator++ | ( | ) | [inline] |
Iterator Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator++ | ( | int | ) | [inline] |
Iterator& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-- | ( | ) | [inline] |
Iterator Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-- | ( | int | ) | [inline] |
Item& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator* | ( | ) | const [inline] |
Item* Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-> | ( | ) | const [inline] |
friend class BCList< Item, BUCKET_SIZE > [friend] |