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