![]() |
CARTA Backend
The backend component of CARTA
|
Functions | |
void | SplitString (std::string &input, char delim, std::vector< std::string > &parts) |
bool | HasSuffix (const std::string &haystack, const std::string &needle, bool case_sensitive) |
bool | ConstantTimeStringCompare (const std::string &a, const std::string &b) |
std::string | SafeStringEscape (const std::string &input) |
std::string | SafeStringUnescape (const std::string &input) |
bool | StringToInt (const std::string &input, int &i) |
bool ConstantTimeStringCompare | ( | const std::string & | a, |
const std::string & | b | ||
) |
bool HasSuffix | ( | const std::string & | haystack, |
const std::string & | needle, | ||
bool | case_sensitive | ||
) |
std::string SafeStringEscape | ( | const std::string & | input | ) |
std::string SafeStringUnescape | ( | const std::string & | input | ) |
void SplitString | ( | std::string & | input, |
char | delim, | ||
std::vector< std::string > & | parts | ||
) |
bool StringToInt | ( | const std::string & | input, |
int & | i | ||
) |