|
stlencoders
1.1.3
|
A character encoding traits adaptor that uses the uppercase alphabet of an underlying encoding traits class. More...
Public Types | |
| typedef traits::char_type | char_type |
| The encoding character type. More... | |
| typedef traits::int_type | int_type |
| An integral type representing an octet. More... | |
Static Public Member Functions | |
| static char_type | to_char_type (const int_type &c) |
| Converts an integral value to an uppercase character in the encoding alphabet. More... | |
A character encoding traits adaptor that uses the uppercase alphabet of an underlying encoding traits class.
| traits | the character encoding traits class from which this class is derived |
| typedef traits::char_type stlencoders::upper_char_encoding_traits< traits >::char_type |
The encoding character type.
| typedef traits::int_type stlencoders::upper_char_encoding_traits< traits >::int_type |
An integral type representing an octet.
|
inlinestatic |
Converts an integral value to an uppercase character in the encoding alphabet.
| c | an integral value |
1.8.4