Public Member Functions | |
OutputReplacement (const std::wstring &oldString, const std::wstring &newString) | |
The constructor. | |
OutputReplacement () | |
The default constructor. | |
Public Attributes | |
std::wstring | newValue |
The string to replace with. | |
std::wstring | oldValue |
The string to replace. |
OutputReplacement::OutputReplacement | ( | const std::wstring & | oldString, | |
const std::wstring & | newString | |||
) | [inline] |
[in] | oldstring | The string to replace |
[in] | newstring | The string to replace with |