|
Macaulay2 Engine
|
A wrapper class for ElementType. More...
#include <aring.hpp>
Public Member Functions | |
| Element (const ARing &ring) | |
| Element (const ARing &ring, const ElementType &other) | |
| ~Element () | |
| Public Member Functions inherited from M2::ElementImpl< ARing::ElementType > | |
| operator const ElementType & () const | |
| operator ElementType & () | |
| const ElementType & | value () const |
Private Types | |
| typedef ARing::ElementType | ElementType |
| typedef ElementImpl< ElementType > | Impl |
Additional Inherited Members | |
| Protected Member Functions inherited from M2::ElementImpl< ARing::ElementType > | |
| ElementImpl ()=default | |
| ElementImpl & | operator= (const ElementImpl &other) noexcept=default |
| ~ElementImpl () noexcept=default | |
| Protected Attributes inherited from M2::ElementImpl< ARing::ElementType > | |
| ElementType | mValue |
A wrapper class for ElementType.