|
DFT-FE 1.3.0-pre
Density Functional Theory With Finite-Elements
|
Functions | |
| bool | strToInt (const std::string s, dftfe::Int &i) |
| bool | strToDouble (const std::string s, double &x) |
| void | trim (std::string &s) |
| std::string | trimCopy (const std::string &s) |
| std::vector< std::string > | split (const std::string &inpStr, std::string delimiter=" ", bool skipAdjacentDelimiters=true, bool skipLeadTrailWhiteSpace=true) |
| std::vector< std::string > dftfe::utils::stringOps::split | ( | const std::string & | inpStr, |
| std::string | delimiter = " ", | ||
| bool | skipAdjacentDelimiters = true, | ||
| bool | skipLeadTrailWhiteSpace = true ) |
| bool dftfe::utils::stringOps::strToDouble | ( | const std::string | s, |
| double & | x ) |
| bool dftfe::utils::stringOps::strToInt | ( | const std::string | s, |
| dftfe::Int & | i ) |
| void dftfe::utils::stringOps::trim | ( | std::string & | s | ) |
| std::string dftfe::utils::stringOps::trimCopy | ( | const std::string & | s | ) |