Loading...
Searching...
No Matches
gamsparameter.h
89 GAMSParameterRecord firstRecord(const std::string& key1, const std::string& key2, const std::string& key3);
116 GAMSParameterRecord lastRecord(const std::string& key1, const std::string& key2, const std::string& key3);
143 GAMSParameterRecord findRecord(const std::string& key1, const std::string& key2, const std::string& key3);
170 GAMSParameterRecord mergeRecord(const std::string& key1, const std::string& key2, const std::string& key3);
197 GAMSParameterRecord addRecord(const std::string& key1, const std::string& key2, const std::string& key3);
202 GAMSParameter(GAMSDatabase& database, void *symPtr, int dim, std::string name, std::string text);
203 GAMSParameter(GAMSDatabase& database, const std::string& name, const int dim, const std::string& text);
204 GAMSParameter(GAMSDatabase& database, const std::string& name, const std::string& text, const std::vector<GAMSDomain>& domains);
Definition: gamsdatabase.h:175
This is the representation of a single record of a GAMSParameter.
Definition: gamsparameterrecord.h:37
Definition: gamsparameter.h:37
GAMSParameterRecord lastRecord()
GAMSParameterRecord lastRecord(const std::string &key1, const std::string &key2)
GAMSParameterRecord addRecord(const std::string &key1)
GAMSParameterRecord findRecord(const std::vector< std::string > &keys)
GAMSParameterRecord lastRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSParameterRecord mergeRecord(const std::string &key1, const std::string &key2)
GAMSParameterRecord firstRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSParameterRecord mergeRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSParameterRecord firstRecord(const std::vector< std::string > &slice)
GAMSParameterRecord findRecord(const std::string &key1)
GAMSParameterRecord addRecord(const std::vector< std::string > &keys)
GAMSParameterRecord addRecord()
GAMSParameterRecord mergeRecord(const std::string &key1)
GAMSSymbolIter< GAMSParameter > begin()
GAMSParameter(const GAMSSymbol &other)
GAMSParameterRecord findRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSSymbolIter< GAMSParameter > end()
GAMSParameterRecord firstRecord()
GAMSParameterRecord firstRecord(const std::string &key1, const std::string &key2)
GAMSParameterRecord firstRecord(const std::string &key1)
GAMSParameterRecord mergeRecord()
GAMSParameterRecord lastRecord(const std::vector< std::string > &slice)
GAMSParameterRecord findRecord(const std::string &key1, const std::string &key2)
GAMSParameterRecord mergeRecord(const std::vector< std::string > &keys)
GAMSParameterRecord lastRecord(const std::string &key1)
GAMSParameter & operator=(const GAMSParameter &other)
GAMSParameterRecord addRecord(const std::string &key1, const std::string &key2, const std::string &key3)
GAMSParameterRecord addRecord(const std::string &key1, const std::string &key2)
GAMSParameterRecord findRecord()
Definition: gamssymboliter.h:38
Definition: gamssymbol.h:49