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