codecvt Members
The following tables list the members of the codecvt Class. For a list of members inherited by the codecvt class, see codecvt_base Class.
Reference
Constructors
The constructor for objects of class codecvt that serves as a locale facet to handle conversions. |
Typedefs
A character type that is used for external representations. |
|
A character type that is used for internal representations. |
|
A character type that is used to represent intermediate states during conversions between internal and external representations. |
Member Functions
Tests whether no conversions need be done. |
|
A virtual function called to test whether no conversions need be done. |
|
A virtual function that tests if the encoding of the Byte stream is state dependent, whether the ratio between the Bytes used and the CharTypes produced is constant, and, if so, determines the value of that ratio. |
|
A virtual function called to convert a sequence of internal Bytes to a sequence of external CharTypes. |
|
A virtual function that determines how many Bytes from a given sequence of external Bytes produce not more than a given number of internal CharTypes and returns that number of Bytes. |
|
A virtual function that returns the maximum number of external Bytes necessary to produce one internal CharType. |
|
A virtual function called to convert a sequence of internal CharTypes to a sequence of external Bytes. |
|
A virtual function called to provide the Bytes needed in a state-dependent conversion to complete the last character in a sequence of Bytes. |
|
Tests if the encoding of the Byte stream is state dependent, whether the ratio between the Bytes used and the CharTypes produced is constant, and, if so, determines the value of that ratio. |
|
Converts an external representation of a sequence of Bytes to an internal representation of a sequence of CharTypes. |
|
Determines how many Bytes from a given sequence of external Bytes produce not more than a given number of internal CharTypes and returns that number of Bytes. |
|
Returns the maximum number of external Bytes necessary to produce one internal CharType. |
|
Converts a sequence of internal CharTypes to a sequence of external Bytes. |
|
Provides the external Bytes needed in a state-dependent conversion to complete the last character in the sequence of Bytes. |