![]() |
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 <dereferencingiterator.h>
Public Member Functions | |
DereferencingIterator (IteratorType itr) | |
ObjectType & | operator* () |
bool | operator== (const DereferencingIterator< ObjectType, IteratorType > &other) const |
bool | operator!= (const DereferencingIterator< ObjectType, IteratorType > &other) const |
DereferencingIterator< ObjectType, IteratorType > & | operator++ () |
DereferencingIterator< 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.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |