▼Nboost | |
▼Nlocale | This is the main namespace that encloses all localization classes |
▼Nboundary | This namespace contains all operations required for boundary analysis of text |
Cboundary_indexing | This facet generates an index for boundary analysis of a given text |
Cboundary_point | This class represents a boundary point in the text |
Cboundary_point_index | This class holds an index of boundary points and allows iterating over them |
Cbreak_info | This structure is used for representing boundary points that follow the offset |
Csegment | Segment object that represents a pair of two iterators that define the range where this segment exits and a rule that defines it |
Csegment_index | This class holds an index of segments in the text range and allows to iterate over them |
▼Nconv | Namespace that contains all functions related to character set conversion |
Cconversion_error | The exception that is thrown in case of conversion error |
Cinvalid_charset_error | This exception is thrown in case of use of unsupported or invalid character set |
Cnarrow_converter | |
Cutf_decoder | Converter class to decode an UTF string and encode it using a local encoding |
Cutf_encoder | Converter class to decode a narrow string using a local encoding and encode it with UTF |
▼Ngnu_gettext | This namespace holds classes that provide GNU Gettext message catalogs support |
▼Cmessages_info | This structure holds all information required for creating gnu-gettext message catalogs, |
Cdomain | This type represents GNU Gettext domain name for the messages |
▼Nperiod | Namespace that contains various types for manipulation with dates |
Cperiod_type | This class holds a type that represents certain period of time like year, hour, second and so on |
▼Nutf | Namespace that holds basic operations on UTF encoded sequences |
Cutf_traits | UTF Traits class - functions to convert UTF sequences to and from Unicode code points |
▼Nutil | This namespace provides various utility function useful for Boost.Locale's backends implementations |
Cbase_converter | This class represent a simple stateless converter from UCS-4 and to UCS-4 for each single code point |
Clocale_data | Holder and parser for locale names/identifiers |
Cabstract_calendar | |
Cbasic_format | Printf like class that allows type-safe and locale aware message formatting |
Cbasic_message | This class represents a message that can be converted to a specific locale message |
Ccalendar | This class provides an access to general calendar information |
Ccalendar_facet | Facet that generates calendar for specific locale |
Ccollator | Collation facet |
Ccomparator | This class can be used in STL algorithms and containers for comparison of strings with a level other than primary |
Cconverter | The facet that implements text manipulation |
Cconverter_base | This class provides base flags for text manipulation. It is used as base for converter facet |
Cdate_time | This class represents a date time and allows to perform various operation according to the locale settings |
Cdate_time_duration | This class represents a period: a pair of two date_time objects |
Cdate_time_error | This error is thrown in case of invalid state that occurred |
Cdate_time_period | This class represents a pair of period_type and the integer values that describes its amount. For example 3 days or 4 years |
Cdate_time_period_set | This class represents a set of periods |
Cgenerator | Major class used for locale generation |
Cgeneric_codecvt | Generic codecvt facet for various stateless encodings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t |
Cgeneric_codecvt< char, CodecvtImpl, 1 > | |
Cgeneric_codecvt< CharType, CodecvtImpl, 2 > | UTF-16 to/from narrow char codecvt facet to use with char16_t or wchar_t on Windows |
Cgeneric_codecvt< CharType, CodecvtImpl, 4 > | UTF-32 to/from narrow char codecvt facet to use with char32_t or wchar_t on POSIX platforms |
Cgeneric_codecvt_base | A base class that used to define constants for generic_codecvt |
Chold_ptr | Smart pointer similar to std::unique_ptr but the underlying object has the same constness as the pointer itself (unlike an ordinary pointer) |
Cinfo | Facet that holds general information about locale |
Cios_info | This class holds external data beyond existing fmtflags that std::ios_base holds |
Clocalization_backend | This class represents a localization backend that can be used for localizing your application |
Clocalization_backend_manager | Localization backend manager is a class that holds various backend and allows creation of their combination or selection |
Cmessage_format | This facet provides message formatting abilities |
Cposix_time | |
▼Cutf8_codecvt | Generic utf8 codecvt facet, it allows to convert UTF-8 strings to UTF-16 and UTF-32 using wchar_t, char32_t and char16_t |
Cstate_type | |