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