Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtContentTypeParser Namespace Reference

Functions

constexpr auto parse_OWS (QByteArrayView data) noexcept
constexpr void eat_OWS (QByteArrayView &data) noexcept
constexpr auto parse_quoted_string (QByteArrayView data, qxp::function_ref< void(char) const > yield)
constexpr bool is_tchar (char ch) noexcept
constexpr auto parse_comment (QByteArrayView data) noexcept
constexpr void eat_CWS (QByteArrayView &data) noexcept
constexpr auto parse_token (QByteArrayView data) noexcept
constexpr auto parse_parameter (QByteArrayView data, qxp::function_ref< void(char) const > yield)
auto parse_content_type (QByteArrayView data)

Function Documentation

◆ eat_CWS()

void QtContentTypeParser::eat_CWS ( QByteArrayView & data)
constexprnoexcept

Definition at line 147 of file qtcontenttypeparser_p.h.

◆ eat_OWS()

void QtContentTypeParser::eat_OWS ( QByteArrayView & data)
constexprnoexcept

Definition at line 44 of file qtcontenttypeparser_p.h.

◆ is_tchar()

bool QtContentTypeParser::is_tchar ( char ch)
constexprnoexcept

Definition at line 81 of file qtcontenttypeparser_p.h.

◆ parse_comment()

auto QtContentTypeParser::parse_comment ( QByteArrayView data)
constexprnoexcept

Definition at line 108 of file qtcontenttypeparser_p.h.

◆ parse_content_type()

auto QtContentTypeParser::parse_content_type ( QByteArrayView data)
inline

Definition at line 216 of file qtcontenttypeparser_p.h.

◆ parse_OWS()

auto QtContentTypeParser::parse_OWS ( QByteArrayView data)
constexprnoexcept

Definition at line 29 of file qtcontenttypeparser_p.h.

◆ parse_parameter()

auto QtContentTypeParser::parse_parameter ( QByteArrayView data,
qxp::function_ref< void(char) const > yield )
constexpr

Definition at line 170 of file qtcontenttypeparser_p.h.

◆ parse_quoted_string()

auto QtContentTypeParser::parse_quoted_string ( QByteArrayView data,
qxp::function_ref< void(char) const > yield )
constexpr

Definition at line 49 of file qtcontenttypeparser_p.h.

◆ parse_token()

auto QtContentTypeParser::parse_token ( QByteArrayView data)
constexprnoexcept

Definition at line 156 of file qtcontenttypeparser_p.h.