Functions | |
bool | strToInt (const std::string s, int &i) |
bool | strToDouble (const std::string s, double &x) |
bool | strToBool (const std::string s, bool &x) |
void | trim (std::string &s) |
std::string | trimCopy (const std::string &s) |
bool | splitStringToInts (const std::string s, std::vector< int > &vals, size_type reserveSize) |
bool | splitStringToDoubles (const std::string s, std::vector< double > &vals, size_type reserveSize) |
bool dftefe::utils::stringOps::splitStringToDoubles | ( | const std::string | s, |
std::vector< double > & | vals, | ||
size_type | reserveSize | ||
) |
bool dftefe::utils::stringOps::splitStringToInts | ( | const std::string | s, |
std::vector< int > & | vals, | ||
size_type | reserveSize | ||
) |
bool dftefe::utils::stringOps::strToBool | ( | const std::string | s, |
bool & | x | ||
) |
bool dftefe::utils::stringOps::strToDouble | ( | const std::string | s, |
double & | x | ||
) |
bool dftefe::utils::stringOps::strToInt | ( | const std::string | s, |
int & | i | ||
) |
void dftefe::utils::stringOps::trim | ( | std::string & | s | ) |
std::string dftefe::utils::stringOps::trimCopy | ( | const std::string & | s | ) |