| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |

Use this class to print OPL data objects.
See Also:
IloOplDataHandler, IloOplSettings, IloOplModel
| Method Summary | |
|---|---|
public | IloOplDataSerializer(IloEnv env, IloOplSettings settings, std::ostream & outs) |
public | IloOplDataSerializer(IloEnv env, IloOplSettings settings, std::ostream & outs, IloBool header) |
public | IloOplDataSerializer(IloEnv env, IloOplSettings settings, std::ostream & outs, const char * title) |
public | IloOplDataSerializer(IloEnv env, std::ostream & outs) |
public void | printElement(IloOplElement element) |
| Method Detail |
|---|
Constructor for a serializing data handler. The data will be written in OPL data file format, and can be used as a data source.
| env |
The environment to allocate memory.
|
| settings |
The settings to control display.
|
| outs |
The output stream to write data to.
|
Constructor for a serializing data handler. The data will be written in OPL data file format, and can be used as a data source.
| env |
The environment to allocate memory.
|
| settings |
The settings to control display.
|
| outs |
The output stream to write data to.
|
| header |
Print header, or not.
|
Constructor for a serializing data handler. The data will be written in OPL data file format, and can be used as a data source.
| env |
The environment to allocate memory.
|
| settings |
The settings to control display.
|
| outs |
The output stream to write data to.
|
| title |
Print title header, or not, if 0.
|
Shortcut constructor for a serializing data handler. The data will be written in OPL data file format, and can be used as a data source.
Default settings will be used.
| env |
The environment to allocate memory.
|
| outs |
The output stream to write data to.
|
Print an element.
| element |
The element to print.
|