short select_string(const string section, const string parameter, string & value); short select_bool(const string section, const string parameter, bool & value); short select_short(const string section, const string parameter, short & value); short select_int(const string section, const string parameter, int & value); short select_double(const string section, const string parameter, double & value);