![]() |
Walls And Holes
1
|
A helper class to provide an iterator into a collection of pointers such that when the iterator is dereferenced, it returns a reference instead of a pointer. More...
#include <dereferencingconstiterator.h>
Public Member Functions | |
DereferencingConstIterator (IteratorType itr) | |
const ObjectType & | operator* () |
bool | operator== (const DereferencingConstIterator< ObjectType, IteratorType > &other) const |
bool | operator!= (const DereferencingConstIterator< ObjectType, IteratorType > &other) const |
DereferencingConstIterator< ObjectType, IteratorType > & | operator++ () |
DereferencingConstIterator< ObjectType, IteratorType > | operator++ (int) |
A helper class to provide an iterator into a collection of pointers such that when the iterator is dereferenced, it returns a reference instead of a pointer.
Const version of DereferncingIterator.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |