3#ifndef INCL_FAC_ITERFOR_H
4#define INCL_FAC_ITERFOR_H
11#define OSTREAM std::ostream
12#elif defined(HAVE_IOSTREAM_H)
14#define OSTREAM ostream
35 int to()
const {
return TO; }
36 int n()
const {
return N; };
int operator[](int) const
IteratedFor(int from, int to, int max)
bool iterations_left() const
void fill(int from, int n)
IteratedFor(const IteratedFor &)
IteratedFor & operator=(const IteratedFor &)
OSTREAM & operator<<(OSTREAM &, const IteratedFor &)