Functions | |
bool | strToInt (const std::string s, int &i) |
bool | strToDouble (const std::string s, double &x) |
void | trim (std::string &s) |
std::string | trimCopy (const std::string &s) |
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 | ) |