Puma Reference Manual Puma::BCList< Item, BUCKET_SIZE >::Iterator Class Reference



Puma::BCList< Item, BUCKET_SIZE >::Iterator Class Reference

#include <BCList.h>

Inheritance diagram for Puma::BCList< Item, BUCKET_SIZE >::Iterator:
Inheritance graph

Public Member Functions

 Iterator ()
 
 Iterator (int i)
 
 operator bool () const
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
Iteratoroperator-- ()
 
Iterator operator-- (int)
 
Item & operator* () const
 
Item * operator-> () const
 

Friends

class BCList< Item, BUCKET_SIZE >
 

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>
Iterator& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator++ ( )
inline
template<class Item, int BUCKET_SIZE = 32>
Iterator Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator++ ( int  )
inline
template<class Item, int BUCKET_SIZE = 32>
Iterator& Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-- ( )
inline
template<class Item, int BUCKET_SIZE = 32>
Iterator Puma::BCList< Item, BUCKET_SIZE >::Iterator::operator-- ( int  )
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>
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 Sat Dec 21 2019.