Photon 1.0.0
Loading...
Searching...
No Matches
mINI::INIStringUtil Namespace Reference

Functions

void trim (std::string &str)
 
void toLower (std::string &str)
 
void replace (std::string &str, std::string const &a, std::string const &b)
 

Variables

const char *const whitespaceDelimiters = " \t\n\r\f\v"
 
const char *const endl = "\n"
 

Function Documentation

◆ replace()

void mINI::INIStringUtil::replace ( std::string &  str,
std::string const &  a,
std::string const &  b 
)
inline

◆ toLower()

void mINI::INIStringUtil::toLower ( std::string &  str)
inline

◆ trim()

void mINI::INIStringUtil::trim ( std::string &  str)
inline

Variable Documentation

◆ endl

const char* const mINI::INIStringUtil::endl = "\n"

◆ whitespaceDelimiters

const char* const mINI::INIStringUtil::whitespaceDelimiters = " \t\n\r\f\v"