 |
My Project
debian-1:4.1.1-p2+ds-4
|
Go to the documentation of this file.
22 #define INCL_CF_ITER_INLINE_CC
38 #ifndef INCL_CF_ITER_INLINE_CC
40 #define CF_USE_INLINE_SAVE
44 #ifdef CF_USE_INLINE_SAVE
46 #undef CF_USE_INLINE_SAVE
56 #if defined( CF_USE_INLINE ) && defined( INCL_CF_ITER_INLINE_CC )
58 #define CF_INLINE inline
64 #ifndef INCL_CF_ITER_INLINE_CC
class to iterate through CanonicalForm's
CF_NO_INLINE int hasTerms() const
check if iterator has reached the end of CanonicalForm
#define ASSERT(expression, message)
CF_NO_INLINE int exp() const
get the current exponent
CF_NO_INLINE CanonicalForm coeff() const
get the current coefficient
CF_NO_INLINE CFIterator & operator++()
CFIterator::operator ++ (), operator ++ ( int )