FreePOOMA
2.4.1
|
IndirectionListIterator - Iterates through IndirectionList<T> elements. More...
#include "Domain/IndirectionList.h"
#include "Utilities/PAssert.h"
#include <iterator>
#include <stddef.h>
Classes | |
class | IndirectionListIterator< T > |
A random access iterator class that iterates through all of the elements of an IndirectionList<T>, returning T's when dereferenced. More... | |
Functions | |
template<class T > | |
IndirectionListIterator< T > | operator+ (int n, const IndirectionListIterator< T > &it) |
IndirectionListIterator - Iterates through IndirectionList<T> elements.
IndirectionListIterator<T> operator+ | ( | int | n, |
const IndirectionListIterator< T > & | it | ||
) | [inline] |