DFT-EFE
 
Loading...
Searching...
No Matches
dftefe::utils::stringOps Namespace Reference

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)
 

Function Documentation

◆ strToDouble()

bool dftefe::utils::stringOps::strToDouble ( const std::string  s,
double &  x 
)
Here is the caller graph for this function:

◆ strToInt()

bool dftefe::utils::stringOps::strToInt ( const std::string  s,
int &  i 
)
Here is the caller graph for this function:

◆ trim()

void dftefe::utils::stringOps::trim ( std::string &  s)

◆ trimCopy()

std::string dftefe::utils::stringOps::trimCopy ( const std::string &  s)