![]() |
Cinnamon
1.0
chess engine
|
Functions | |
void | trimRight (string &str) |
void | replace (string &f, char c1, char c2) |
void | replace (string &f, string s1, string s2) |
void _string::replace | ( | string & | f, |
char | c1, | ||
char | c2 | ||
) |
Definition at line 70 of file namespaces.cpp.
void _string::replace | ( | string & | f, |
string | s1, | ||
string | s2 | ||
) |
Definition at line 75 of file namespaces.cpp.
void _string::trimRight | ( | string & | str | ) |
Definition at line 65 of file namespaces.cpp.