EscapedString.h Source File
Back to the index.
Go to the documentation of this file. 1 #ifndef ESCAPEDSTRING_H
2 #define ESCAPEDSTRING_H
71 string Decode(
bool& success)
const;
83 #endif // ESCAPEDSTRING_H
A helper class for escaping strings using C-style escapes.
string Generate() const
Generates an escaped string, from the original string.
static void RunUnitTests(int &nSucceeded, int &nFailures)
EscapedString(const string &str)
Constructs an EscapedString helper.
Base class for unit testable classes.
string Decode(bool &success) const
Decodes an escaped string, from the original string.
Generated on Tue Aug 25 2020 19:25:06 for GXemul by
1.8.18