Boost.Locale
boost::locale::generic_codecvt_base Class Reference

A base class that used to define constants for generic_codecvt. More...

#include <boost/locale/generic_codecvt.hpp>

Inheritance diagram for boost::locale::generic_codecvt_base:
boost::locale::generic_codecvt< CharType, CodecvtImpl, 1 > boost::locale::generic_codecvt< CharType, CodecvtImpl, 2 > boost::locale::generic_codecvt< CharType, CodecvtImpl, 4 >

Public Types

enum  initial_convertion_state { to_unicode_state, from_unicode_state }
 

Detailed Description

A base class that used to define constants for generic_codecvt.

Member Enumeration Documentation

Initail state for converting to or from unicode code points, used by initial_state in derived classes

Enumerator
to_unicode_state 

The state would be used by to_unicode functions.

from_unicode_state 

The state would be used by from_unicode functions.


The documentation for this class was generated from the following file: