FreePOOMA
2.4.1
|
IteratorPairDomain<Iter> wraps a pair of iterators and provides a subset of services provided by other 1D domains, and in particular by IndirectionList. More...
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) |
IteratorPairDomain<Iter> wraps a pair of iterators and provides a subset of services provided by other 1D domains, and in particular by IndirectionList.
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.