

Go to the source code of this file.
Namespaces | |
| namespace | dftefe |
| dealii includes | |
| namespace | dftefe::utils |
| namespace | dftefe::utils::stringOps |
Functions | |
| bool | dftefe::utils::stringOps::strToInt (const std::string s, int &i) |
| bool | dftefe::utils::stringOps::strToDouble (const std::string s, double &x) |
| bool | dftefe::utils::stringOps::strToBool (const std::string s, bool &x) |
| void | dftefe::utils::stringOps::trim (std::string &s) |
| std::string | dftefe::utils::stringOps::trimCopy (const std::string &s) |
| bool | dftefe::utils::stringOps::splitStringToInts (const std::string s, std::vector< int > &vals, size_type reserveSize) |
| bool | dftefe::utils::stringOps::splitStringToDoubles (const std::string s, std::vector< double > &vals, size_type reserveSize) |