OS  2.10.2
Public Member Functions | List of all members
OSoLReader Class Reference

Used to read an OSoL string. More...

#include <OSoLReader.h>

Public Member Functions

 OSoLReader ()
 Default constructor. More...
 
 ~OSoLReader ()
 Class destructor. More...
 
OSOptionreadOSoL (const std::string &osol) throw (ErrorClass)
 parse the OSoL solver options. More...
 

Detailed Description

Used to read an OSoL string.

Remarks

This class wraps around the OSoL parser and sends the parser an OSoL string and is returned an OSOption object.

Definition at line 37 of file OSoLReader.h.

Constructor & Destructor Documentation

◆ OSoLReader()

OSoLReader::OSoLReader ( )

Default constructor.

◆ ~OSoLReader()

OSoLReader::~OSoLReader ( )

Class destructor.

Member Function Documentation

◆ readOSoL()

OSOption* OSoLReader::readOSoL ( const std::string &  osol)
throw (ErrorClass
)

parse the OSoL solver options.

Parameters
osolis a string that holds the solver options.
Returns
the instance as an OSOption object.

The documentation for this class was generated from the following file: