polynomial_iterator_rep< C, V > Class Template Reference

#include <polynomial.hpp>

List of all members.

Public Member Functions

Protected Member Functions


Detailed Description

template<typename C, typename V = typename polynomial_variant_helper< C >::PV>
class mmx::polynomial_iterator_rep< C, V >

Definition at line 286 of file polynomial.hpp.


Constructor & Destructor Documentation

polynomial_iterator_rep ( const polynomial< C, V > &  P2  )  [inline]

Definition at line 294 of file polynomial.hpp.

00294                                                 :
00295     iterator_rep<C> (CF(P2)), P(P2), i(0) {}
};


Member Function Documentation

void advance (  )  [inline, protected]

Definition at line 291 of file polynomial.hpp.

00291 { i++; }

C current (  )  [inline, protected]

Definition at line 292 of file polynomial.hpp.

00292 { return P[i]; }

bool is_busy (  )  [inline, protected]

Definition at line 290 of file polynomial.hpp.

References mmx::deg().

00290 { return ((int) i) <= deg (P); }


The documentation for this class was generated from the following file:

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1