com.gams.api.GAMSOptions.EAppendOut Enum Reference
Output file append option. More...
Public Member Functions | |
| int | value () |
| Get the int value of this enumerated AppendOut. | |
Static Public Member Functions | |
| static EAppendOut | lookup (int val) |
| Lookup all appendOuts. | |
Public Attributes | |
| Reset =(0) | |
| Reset listing file. | |
| Append =(1) | |
| Append to listing file. | |
| StdOut =(2) | |
| Redirect listing file to stdOut. | |
| StdErr =(3) | |
| Redirect listing file to stdErr. | |
| UndefinedAppendOut =(4) | |
| Undefined AppendOut. | |
Detailed Description
Output file append option.
Member Function Documentation
◆ lookup()
|
static |
Lookup all appendOuts.
- Parameters
-
val an int value to lookup
- Returns
- the enumerated AppendOut that has the specified value, or UndefinedAppendOut if the specified value is not found.
◆ value()
| int com.gams.api.GAMSOptions.EAppendOut.value | ( | ) |
Get the int value of this enumerated AppendOut.
- Returns
- the appendOut value
Member Data Documentation
◆ Append
| com.gams.api.GAMSOptions.EAppendOut.Append =(1) |
Append to listing file.
◆ Reset
| com.gams.api.GAMSOptions.EAppendOut.Reset =(0) |
Reset listing file.
◆ StdErr
| com.gams.api.GAMSOptions.EAppendOut.StdErr =(3) |
Redirect listing file to stdErr.
◆ StdOut
| com.gams.api.GAMSOptions.EAppendOut.StdOut =(2) |
Redirect listing file to stdOut.
◆ UndefinedAppendOut
| com.gams.api.GAMSOptions.EAppendOut.UndefinedAppendOut =(4) |
Undefined AppendOut.