9#define OSTREAM std::ostream
10#elif defined(HAVE_IOSTREAM_H)
12#define OSTREAM ostream
Factor< T > & operator=(const Factor< T > &)
void print(OSTREAM &) const
Factor(const Factor< T > &f)
Factor< T > & operator+=(int i)
Factor< T > & operator*=(int i)
Factor(const T &f, int e)
OSTREAM & operator<<(OSTREAM &os, const Factor< T > &f)
int operator==(const Factor< T > &, const Factor< T > &)