SST/macro
|
#include <vector>
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) |