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_p.h File Reference

(7c6665e3b0532533ad647f8c31226c1ebbe5bce3)

#include <QtCore/qbytearrayview.h>
#include <QtCore/qlatin1stringview.h>
#include <QtCore/qxpfunctional.h>
#include <string>
Include dependency graph for qtcontenttypeparser_p.h:

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)