FreePOOMA  2.4.1
Classes | Functions
IndirectionListIterator.h File Reference

IndirectionListIterator - Iterates through IndirectionList<T> elements. More...

#include "Domain/IndirectionList.h"
#include "Utilities/PAssert.h"
#include <iterator>
#include <stddef.h>
Include dependency graph for IndirectionListIterator.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)

Detailed Description

IndirectionListIterator - Iterates through IndirectionList<T> elements.


Function Documentation

template<class T >
IndirectionListIterator<T> operator+ ( int  n,
const IndirectionListIterator< T > &  it 
) [inline]