![]() |
My Project
|
#include <Ideal.h>
Public Member Functions | |
| Ideal () | |
| Ideal (ideal i, ring r) | |
| Ideal (iterator first, iterator last, const allocator_type &__a=allocator_type()) | |
| ideal | as_ideal () const |
Public Member Functions inherited from IdealBase< Poly > | |
| IdealBase () | |
| IdealBase (iterator first, iterator last, const typename std::vector< Poly >::allocator_type &__a=allocator_type()) | |
| ring | getRing () const |
| Poly & | operator[] (int n) |
| const Poly & | operator[] (int n) const |
| void | push_back (const Poly &p) |
| void | push_front (const Poly &p) |
| iterator | begin () |
| iterator | end () |
| size_type | size () const |
| iterator | insert (iterator __position, const value_type &__x) |
| void | insert (iterator __pos, iterator __first, iterator __last) |
| iterator | erase (iterator __position) |
| iterator | erase (iterator __first, iterator __last) |
Additional Inherited Members | |
Public Types inherited from IdealBase< Poly > | |
| typedef Poly | value_type |
| typedef std::vector< Poly >::size_type | size_type |
| typedef std::vector< Poly >::iterator | iterator |
| typedef std::vector< Poly >::difference_type | difference_type |
| typedef std::vector< Poly >::allocator_type | allocator_type |
Protected Attributes inherited from IdealBase< Poly > | |
| std::vector< Poly > | storage |
|
inline |
|
inline |
|
inline |