79 cout <<
"\nThis class provides the following" << items.size() <<
"user options:\n";
81 OptionItems::const_iterator it;
82 for (it = items.begin(); it != items.end(); ++it)
84 cout <<
" --> set( \" ";
85 switch (it->first.second)
88 cout <<
"\", <int> ); current value: ";
92 cout <<
"\", <double> ); current value: ";
96 cout <<
"\", <string> ); current value: ";
104 it->second->print( cout );
Allows to pass back messages to the calling function.
OptionsList & operator=(const OptionsList &rhs)
#define CLOSE_NAMESPACE_ACADO
returnValue printOptionsList() const
BooleanType optionsHaveChanged
Provides a generic list of options (for internal use).
void rhs(const real_t *x, real_t *f)
#define BEGIN_NAMESPACE_ACADO
#define ACADOERROR(retval)