#include <string>
#include <vector>
◆ ConstantTimeStringCompare()
bool ConstantTimeStringCompare |
( |
const std::string & |
a, |
|
|
const std::string & |
b |
|
) |
| |
◆ HasSuffix()
bool HasSuffix |
( |
const std::string & |
haystack, |
|
|
const std::string & |
needle, |
|
|
bool |
case_sensitive = false |
|
) |
| |
◆ SafeStringEscape()
std::string SafeStringEscape |
( |
const std::string & |
input | ) |
|
◆ SafeStringUnescape()
std::string SafeStringUnescape |
( |
const std::string & |
input | ) |
|
◆ SplitString()
void SplitString |
( |
std::string & |
input, |
|
|
char |
delim, |
|
|
std::vector< std::string > & |
parts |
|
) |
| |
◆ StringToInt()
bool StringToInt |
( |
const std::string & |
input, |
|
|
int & |
i |
|
) |
| |