17 #ifndef IO_PARAMETERS_GUARD 18 #define IO_PARAMETERS_GUARD
IOParameters(const DataType &input, const DataType &output)
auto_ptr< IOHandler > createInputHandler() const
void validateFormats() const
const string & getOutputFormat() const
const DataType & _inputType
The intention of this class is to describe the different kinds of mathematical structures that Frobby...
void autoDetectInputFormat(Scanner &in)
If using the input format, this must be called before validating the ideals, since the auto detect fo...
const DataType & _outputType
auto_ptr< StringParameter > _inputFormat
void setInputFormat(const string &format)
This class offers an input interface which is more convenient and for some purposes more efficient th...
auto_ptr< IOHandler > createOutputHandler() const
const string & getInputFormat() const
auto_ptr< StringParameter > _outputFormat
void setOutputFormat(const string &format)