gams | GamsOptions | [private] |
GamsOptions(GamsHandler &gams_, const char *solvername) | GamsOptions | |
getBool(const char *optname) | GamsOptions | [inline] |
getDouble(const char *optname) | GamsOptions | |
getInteger(const char *optname) | GamsOptions | |
getString(const char *optname, char *buffer) | GamsOptions | |
isDefined(const char *optname) | GamsOptions | |
isKnown(const char *optname) | GamsOptions | |
optionshandle | GamsOptions | [private] |
readOptionsFile(const char *optfilename) | GamsOptions | |
setBool(const char *optname, bool bval) | GamsOptions | [inline] |
setDouble(const char *optname, double dval) | GamsOptions | |
setInteger(const char *optname, int ival) | GamsOptions | |
setString(const char *optname, const char *sval) | GamsOptions | |
~GamsOptions() | GamsOptions |