FreePOOMA  2.4.1
Classes | Functions
RangeIterator.h File Reference

RangeIterator - Iterates through Range<1> points. More...

#include "Domain/Range.h"
#include "Utilities/PAssert.h"
#include <iterator>
#include <stddef.h>
Include dependency graph for RangeIterator.h:

Classes

class  RangeIterator
 A random access iterator class that iterates through all of the points of an Range<1>, returning ints when dereferenced. More...

Functions

RangeIterator operator+ (int n, const RangeIterator &it)

Detailed Description

RangeIterator - Iterates through Range<1> points.


Function Documentation

RangeIterator operator+ ( int  n,
const RangeIterator it 
) [inline]