14 #ifndef PARAMETERS_INCLUDED
15 #define PARAMETERS_INCLUDED
91 void set_double(
const string& key,
const double value);
92 void set_int(
const string& key,
const int value);
94 void set_int_vector(
const string& key,
const std::valarray<int>& value);
95 void set_string(
const string& key,
const string& value);
100 int get_int(
const string& key)
const;
111 int fetch_int(
const string& key,
int& val)
const;
132 void dump(
const string& indent =
"")
const;