Public Member Functions | |
REPLACEMENT (LangId lang, const std::wstring &oldString, const std::wstring &newString) | |
The constructor. | |
REPLACEMENT () | |
The default constructor. | |
Public Attributes | |
LangId | langId |
The language this replacement is associated with. | |
std::wstring | newValue |
The string to replace with. | |
std::wstring | oldValue |
The string to replace. |
REPLACEMENT::REPLACEMENT | ( | LangId | lang, | |
const std::wstring & | oldString, | |||
const std::wstring & | newString | |||
) | [inline] |
[in] | lang | The ID of the language this replacement is associated with |
[in] | oldstring | The string to replace |
[in] | newstring | The string to replace with |