44 void Add(poly pSummand,
int iLength);
45 void Add(poly pSummand);
CPolynomialSummator: unifies bucket and polynomial summation as the later is brocken in buckets :(.
void AddAndDelete(poly pSummand, int iLength)
void Add(poly pSummand, int iLength)
CPolynomialSummator & operator=(const CPolynomialSummator &)
no assignment operator yet
const bool m_bUsePolynomial
union CPolynomialSummator::@6 m_temp
void operator+=(poly pSummand)