SST/macro
Namespaces | Functions
driver_util.h File Reference
#include <vector>
Include dependency graph for driver_util.h:

Go to the source code of this file.

Namespaces

 sprockit
 

Functions

double sprockit::get_positive_float (const char *value, bool &errorflag)
 
int sprockit::get_int (const char *value, bool &errorflag)
 
int sprockit::get_positive_int (const char *value, bool &errorflag)
 
void sprockit::get_intvec (const char *value, bool &errorflag, std::vector< int > &retval)
 
std::vector< int > sprockit::get_intvec (const char *value, bool &errorflag)