libfly
6.2.2
C++20 utility library for Linux, macOS, and Windows
|
This is the complete list of members for fly::detail::BasicUnicode< CharType >, including all inherited members.
codepoint_from_string(IteratorType &it, const IteratorType &end) -> codepoint_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
codepoint_from_string(IteratorType &it, const IteratorType &end) -> codepoint_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
codepoint_from_string(IteratorType &it, const IteratorType &end) -> codepoint_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
codepoint_to_string(codepoint_type codepoint, OutputIteratorType out) (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
codepoint_to_string(codepoint_type codepoint, OutputIteratorType out) (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
codepoint_to_string(codepoint_type codepoint, OutputIteratorType out) (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
convert_encoding(view_type value) | fly::detail::BasicUnicode< CharType > | inlinestatic |
convert_encoding_into(view_type value, OutputIteratorType out) | fly::detail::BasicUnicode< CharType > | static |
decode_codepoint(IteratorType &it, const IteratorType &end) | fly::detail::BasicUnicode< CharType > | static |
decode_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< codepoint_type > (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
encode_codepoint(codepoint_type codepoint) | fly::detail::BasicUnicode< CharType > | static |
escape_codepoint(IteratorType &it, const IteratorType &end) | fly::detail::BasicUnicode< CharType > | static |
escape_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< string_type > (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
escape_codepoint(codepoint_type codepoint) -> string_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
next_encoded_byte(IteratorType &it, const IteratorType &end) -> codepoint_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | inline |
unescape_codepoint(IteratorType &it, const IteratorType &end) | fly::detail::BasicUnicode< CharType > | static |
unescape_codepoint(IteratorType &it, const IteratorType &end) -> std::optional< string_type > (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
unescape_codepoint(IteratorType &it, const IteratorType &end) -> codepoint_type (defined in fly::detail::BasicUnicode< CharType >) | fly::detail::BasicUnicode< CharType > | |
validate_encoding(IteratorType &it, const IteratorType &end) | fly::detail::BasicUnicode< CharType > | static |