Boost.Locale
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCboost::locale::abstract_calendar
oCboost::locale::util::base_converterThis class represent a simple stateless converter from UCS-4 and to UCS-4 for each single code point
oCbase_message_format
|\Cboost::locale::message_format< CharType >This facet provides message formatting abilities
oCboost::locale::basic_format< CharType >Printf like class that allows type-safe and locale aware message formatting
oCboost::locale::basic_message< CharType >This class represents a message that can be converted to a specific locale message
oCboost::locale::basic_message< char_type >
oCboost::locale::boundary::boundary_point< IteratorType >This class represents a boundary point in the text
oCboost::locale::boundary::boundary_point_index< BaseIterator >This class holds an index of boundary points and allows iterating over them
oCboost::locale::boundary::break_infoThis structure is used for representing boundary point that follows the offset
oCboost::locale::calendarThis class provides an access to general calendar information
oCcodecvt
|oCboost::locale::generic_codecvt< CharType, CodecvtImpl, 1 >
|oCboost::locale::generic_codecvt< CharType, CodecvtImpl, 2 >UTF-16 to/from UTF-8 codecvt facet to use with char16_t or wchar_t on Windows
|\Cboost::locale::generic_codecvt< CharType, CodecvtImpl, 4 >UTF-32 to/from UTF-8 codecvt facet to use with char32_t or wchar_t on POSIX platforms
oCcollate
|\Cboost::locale::collator< CharType >Collation facet
oCboost::locale::collator_baseBase class that includes collation level flags
|\Cboost::locale::collator< CharType >Collation facet
oCboost::locale::comparator< CharType, default_level >This class can be used in STL algorithms and containers for comparison of strings with a level other than primary
oCboost::locale::converter_baseThis class provides base flags for text manipulation. It is used as base for converter facet
|\Cboost::locale::converter< CharType >The facet that implements text manipulation
oCboost::locale::date_timeThis class represents a date time and allows to perform various operation according to the locale settings
oCboost::locale::date_time_durationThis class represents a period: a pair of two date_time objects
oCboost::locale::date_time_periodThis class represents a pair of period_type and the integer values that describes its amount. For example 3 days or 4 years
oCboost::locale::date_time_period_setThis class that represents a set of periods,
oCboost::locale::gnu_gettext::messages_info::domainThis type represents GNU Gettext domain name for the messages
oCfacet
|oCboost::locale::boundary::boundary_indexing< CharType >This facet generates an index for boundary analysis for a given text
|oCboost::locale::calendar_facetFacet that generates calendar for specific locale
|oCboost::locale::converter< CharType >The facet that implements text manipulation
|\Cboost::locale::infoFacet that holds general information about locale
oCboost::locale::generatorMajor class used for locale generation
oCboost::locale::generic_codecvt< CharType, CodecvtImpl, CharSize >Geneneric generic codecvt facet, various stateless encodings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t
oCboost::locale::generic_codecvt< CharType, utf8_codecvt< CharType > >
|\Cboost::locale::utf8_codecvt< CharType >Geneneric utf8 codecvt facet, it allows to convert UTF-8 strings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t
oCboost::locale::generic_codecvt_baseA base class that used to define constants for generic_codecvt
|oCboost::locale::generic_codecvt< CharType, CodecvtImpl, 1 >
|oCboost::locale::generic_codecvt< CharType, CodecvtImpl, 2 >UTF-16 to/from UTF-8 codecvt facet to use with char16_t or wchar_t on Windows
|\Cboost::locale::generic_codecvt< CharType, CodecvtImpl, 4 >UTF-32 to/from UTF-8 codecvt facet to use with char32_t or wchar_t on POSIX platforms
oCboost::locale::hold_ptr< T >Smart pointer similar to std::auto_ptr but it is non-copyable and the underlying object has the same constness as the pointer itself (unlike an ordinary pointer)
oCboost::locale::hold_ptr< boost::locale::abstract_calendar >
oCboost::locale::ios_infoThis class holds an external data - beyond existing fmtflags that std::ios_base holds
oCboost::locale::localization_backendThis class represents a localization backend that can be used for localizing your application
oCboost::locale::localization_backend_managerLocalization backend manager is a class that holds various backend and allows creation of their combination or selection
oCboost::locale::gnu_gettext::messages_infoThis structure holds all information required for creating gnu-gettext message catalogs,
oCpair
|\Cboost::locale::boundary::segment< IteratorType >Segment object that represents a pair of two iterators that define the range where this segment exits and a rule that defines it
oCboost::locale::period::period_typeThis class holds a type that represents certain period of time like year, hour, second and so on
oCboost::locale::posix_time
oCruntime_error
|oCboost::locale::conv::conversion_errorThe excepton that is thrown in case of conversion error
|oCboost::locale::conv::invalid_charset_errorThis exception is thrown in case of use of unsupported or invalid character set
|\Cboost::locale::date_time_errorThis error is thrown in case of invalid state that occurred
oCboost::locale::boundary::segment_index< BaseIterator >This class holds an index of segments in the text range and allows to iterate over them
oCboost::shared_ptr< Type >
oCboost::locale::utf8_codecvt< CharType >::state_type
\Cboost::locale::utf::utf_traits< CharType, size >UTF Traits class - functions to convert UTF sequences to and from Unicode code points