A replacement item, associated with some output.
More...
List of all members.
Public Member Functions |
| OutputReplacement () |
| The default constructor.
|
| OutputReplacement (const std::wstring &oldString, const std::wstring &newString) |
| The constructor.
|
Public Attributes |
std::wstring | newValue |
| The string to replace with.
|
std::wstring | oldValue |
| The string to replace.
|
Detailed Description
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
Constructor & Destructor Documentation
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 |