u5e
UnicodeTextC++Library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nu5eMain u5e namespace
 NpropsCodepoint property handling
 Ccanonical_combining_classCanonical_Combining_Class attribute
 Ccanonical_composition_mappingDerived property for canonical composition
 Ccanonical_decomposition_mappingSubset of Decomposition_Mapping attribute
 Ccompatibility_and_canonical_decomposition_mappingSubset of Decomposition_Mapping attribute
 Cgrapheme_cluster_breakGrapheme Cluster Break property for a codepoint
 NversionIntrospection over the vesion of the library both at compile time and at runtime
 Crun_timeIntrospection for run-time version declaration To test which version of the library are you linking against
 Cbasic_encodedstringBasic encoding support over string-like objects
 Cbasic_graphemeRepresents a single grapheme cluster
 Cbasic_grapheme_iteratorIterator that describes full graphemes
 CcodepointNative representation of a codepoint
 Ccodepoint_traitsType information for codepoint
 Cencoding_assertionAssert the encoding matches the native type
 Citerator_assertionAsserts the iterator is consistently defined
 Cutf32neArchitecture-specific type to interface UTF32BE or UTF32LE
 Cutf32ne_stringTypedef: basic_encodedstring of utf32ne and std::basic_string<int>
 Cutf32ne_string_graphemeTypedef: basic_grapheme of utf32ne_string
 Cutf32ne_string_grapheme_iteratorTypedef: basic_grapheme_iterator of utf32ne_string
 Cutf32ne_string_viewTypedef: basic_encodedstring of utf32ne and basic_string_view<int>
 Cutf32ne_string_view_graphemeTypedef: basic_grapheme of utf32ne_string_view
 Cutf32ne_string_view_grapheme_iteratorTypedef: basic_grapheme_iterator of utf32ne_string_view
 Cutf8Encoding type for UTF8 text. Unlike UTF16 and UTF32, UTF8 is endian independent
 Cutf8_boundsCheck and enforce bounds of utf8 text
 Cutf8_const_iteratorConst iterator for utf8 encoded strings
 Cutf8_iteratorMutable utf8 iterator
 CproxyobjectOffers write access to the iterator at a given position
 Cutf8_iterator_baseDefines the basic inner workings of utf8 iterator
 Cutf8_stringTypedef: basic_encodedstring of utf8 and std::string
 Cutf8_string_graphemeTypedef: basic_grapheme of utf8_string
 Cutf8_string_grapheme_iteratorTypedef: basic_grapheme_iterator of utf8_string
 Cutf8_string_viewTypedef: basic_encodedstring of utf8 and string_view
 Cutf8_string_view_graphemeTypedef: basic_grapheme of utf8_string_view
 Cutf8_string_view_grapheme_iteratorTypedef: basic_grapheme_iterator of utf8_string_view
 Cutf8_utilBasic operations necessary for implementing utf8