Puma::BCList< Item, BUCKET_SIZE >::Iterator Class Reference
#include <BCList.h>
Inherited by Puma::Syntax::State.
List of all members.
template<class Item, int BUCKET_SIZE = 32>
class Puma::BCList< Item, BUCKET_SIZE >::Iterator
Constructor & Destructor Documentation
template<class Item, int BUCKET_SIZE = 32>
Puma::BCList< Item, BUCKET_SIZE >::Iterator::Iterator |
( |
|
) |
[inline] |
template<class Item, int BUCKET_SIZE = 32>
Puma::BCList< Item, BUCKET_SIZE >::Iterator::Iterator |
( |
int |
i |
) |
[inline] |
Member Function Documentation
template<class Item, int BUCKET_SIZE = 32>
Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator bool |
( |
|
) |
const [inline] |
template<class Item, int BUCKET_SIZE = 32>
bool Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator!= |
( |
const Iterator & |
other |
) |
const [inline] |
template<class Item, int BUCKET_SIZE = 32>
Item& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator* |
( |
|
) |
const [inline] |
template<class Item, int BUCKET_SIZE = 32>
template<class Item, int BUCKET_SIZE = 32>
template<class Item, int BUCKET_SIZE = 32>
template<class Item, int BUCKET_SIZE = 32>
template<class Item, int BUCKET_SIZE = 32>
Item* Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-> |
( |
|
) |
const [inline] |
template<class Item, int BUCKET_SIZE = 32>
bool Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator== |
( |
const Iterator & |
other |
) |
const [inline] |
Friends And Related Function Documentation
template<class Item, int BUCKET_SIZE = 32>
friend class BCList< Item, BUCKET_SIZE > [friend] |
Puma Reference Manual. Created on 18 Sep 2009.