12 #ifndef SPROCKIT_DRIVER_UTIL_H 13 #define SPROCKIT_DRIVER_UTIL_H 23 get_int(
const char *value,
bool &errorflag);
29 get_intvec(
const char *value,
bool &errorflag, std::vector<int>& retval);
32 get_intvec(
const char *value,
bool &errorflag);
void get_intvec(const char *value, bool &errorflag, std::vector< int > &retval)
int get_positive_int(const char *value, bool &errorflag)
int get_int(const char *value, bool &errorflag)
double get_positive_float(const char *value, bool &errorflag)