|
pelib
2.0.0
|
#include <AlgebraParser.hpp>
Public Member Functions | |
| virtual Algebra | parse (std::istream &data) const =0 |
Base class of any class that takes data from an input stream and procudes an instance of Algebra. Derive this class before use.
Definition at line 37 of file AlgebraParser.hpp.
| virtual Algebra pelib::AlgebraParser::parse | ( | std::istream & | data | ) | const [pure virtual] |
Produces an instance of Algebra from data found in input stream data.
Implemented in pelib::AmplOutput, and pelib::AmplInput.