SourcePro® API Reference Guide

 
Loading...
Searching...
No Matches
RWUToUnicodeConverter::ErrorResponseState Class Reference

Stores the current error response state of the converter so the state can be restored if necessary. More...

#include <rw/i18n/RWUToUnicodeConverter.h>

Public Member Functions

 ErrorResponseState (const ErrorResponseState &state)
 
ErrorResponseStateoperator= (const ErrorResponseState &state)
 

Friends

class RWUToUnicodeConverter
 

Detailed Description

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()

Constructor & Destructor Documentation

◆ ErrorResponseState()

RWUToUnicodeConverter::ErrorResponseState::ErrorResponseState ( const ErrorResponseState & state)
inline

Copy constructor. Makes self a copy of state.

Member Function Documentation

◆ operator=()

RWUToUnicodeConverter::ErrorResponseState & RWUToUnicodeConverter::ErrorResponseState::operator= ( const ErrorResponseState & state)
inline

Assignment operator. Sets self to state.

Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.