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