Loading...
Searching...
No Matches
Functions
bitpit::utils::string Namespace Reference

Namespace for string utility functions. More...

Functions

template<class T , size_t n>
void convertString (std::string input, std::array< T, n > &output)
 
template<class T >
void convertString (std::string input, std::vector< T > &output)
 
template<class T >
void convertString (std::string input, T &output)
 
bool getAfterKeyword (const std::string &line, const std::string &key, char del, std::string &result)
 
bool keywordInString (const std::string &line, const std::string &key)
 
std::string lfill (int nchars, const std::string &s, char c)
 
std::string & ltrim (std::string &s)
 
std::string rfill (int nchars, const std::string &s, char c)
 
std::string & rtrim (std::string &s)
 
std::string & trim (std::string &s)
 
std::string zeroPadNumber (int nchars, int num)
 

Detailed Description

Namespace for string utility functions.

--- layout: doxygen_footer ---