Stores the current error response state of the converter so the state can be restored if necessary.
More...
#include <rw/i18n/RWUToUnicodeConverter.h>
|
class | RWUToUnicodeConverter |
|
RWUToUnicodeConverter::ErrorResponseState stores the current error response state of a converter so that it can be used to restore that state at a later time.
- See also
- saveErrorResponseState(), restoreErrorResponseState()
◆ ErrorResponseState()
RWUToUnicodeConverter::ErrorResponseState::ErrorResponseState |
( |
const ErrorResponseState & | state | ) |
|
|
inline |
Copy constructor. Makes self a copy of state.
◆ operator=()
Assignment operator. Sets self to state.