#include "Utilities/PAssert.h"
#include <iterator>
#include <iosfwd>
Classes | |
class | Pooma::IteratorPairDomain< Iter > |
Like IndirectionList<T>, IteratorPairDomain<T_Iter> provides access to an arbitrary sequence of T values. More... | |
Namespaces | |
namespace | Pooma |
Functions | |
template<class Iter > | |
std::ostream & | Pooma::operator<< (std::ostream &o, const IteratorPairDomain< Iter > &list) |
It is meant to be used in places where IndirectionList might be used, but it should be cheaper since it is just storing a pair of iterators.