|
Macaulay2 Engine
|
#include <reader.hpp>
Public Types | |
| typedef RingType::ElementType | ElementType |
Public Member Functions | |
| Reader (const RingType &ring) | |
| void | read (std::istream &i, ElementType &result) |
| void | read (std::istream &i, ElementType &result) |
| void | read (std::istream &i, ElementType &result) |
Private Attributes | |
| const RingType & | mRing |
Definition at line 35 of file reader.hpp.