![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qbytearrayview.h>
#include <QtCore/qlatin1stringview.h>
#include <QtCore/qxpfunctional.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | QtContentTypeParser |
Functions | |
constexpr auto | QtContentTypeParser::parse_OWS (QByteArrayView data) noexcept |
constexpr void | QtContentTypeParser::eat_OWS (QByteArrayView &data) noexcept |
constexpr auto | QtContentTypeParser::parse_quoted_string (QByteArrayView data, qxp::function_ref< void(char) const > yield) |
constexpr bool | QtContentTypeParser::is_tchar (char ch) noexcept |
constexpr auto | QtContentTypeParser::parse_comment (QByteArrayView data) noexcept |
constexpr void | QtContentTypeParser::eat_CWS (QByteArrayView &data) noexcept |
constexpr auto | QtContentTypeParser::parse_token (QByteArrayView data) noexcept |
constexpr auto | QtContentTypeParser::parse_parameter (QByteArrayView data, qxp::function_ref< void(char) const > yield) |
auto | QtContentTypeParser::parse_content_type (QByteArrayView data) |