A replacement item, associated with some output.
More...
|
std::wstring | newValue |
| The string to replace with.
|
|
std::wstring | oldValue |
| The string to replace.
|
|
Each output can have set of replacements associated with it to fix some text pronounciation. These replacements must not be confused with replacements used for language-specific operations in TextProcessor class.
- See also
- Output
OutputReplacement::OutputReplacement |
( |
const std::wstring & |
oldString, |
|
|
const std::wstring & |
newString |
|
) |
| |
|
inline |
- Parameters
-
[in] | oldstring | The string to replace |
[in] | newstring | The string to replace with |