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
QHttpHeaderRange Class Reference

#include <qhttpheaders.h>

Collaboration diagram for QHttpHeaderRange:

Public Member Functions

constexpr QHttpHeaderRange () noexcept=default
constexpr QHttpHeaderRange (std::optional< qint64 > start, std::optional< qint64 > end) noexcept
constexpr std::optional< qint64start () const noexcept
constexpr std::optional< qint64end () const noexcept
constexpr void setStart (std::optional< qint64 > start) noexcept
constexpr void setEnd (std::optional< qint64 > end) noexcept
constexpr bool isValid () const noexcept

Friends

QDebug operator<< (QDebug debug, const QHttpHeaderRange &range)
constexpr bool comparesEqual (const QHttpHeaderRange &lhs, const QHttpHeaderRange &rhs) noexcept

Detailed Description

Definition at line 23 of file qhttpheaders.h.

Constructor & Destructor Documentation

◆ QHttpHeaderRange() [1/2]

QHttpHeaderRange::QHttpHeaderRange ( )
constexprdefaultnoexcept

◆ QHttpHeaderRange() [2/2]

QHttpHeaderRange::QHttpHeaderRange ( std::optional< qint64 > start,
std::optional< qint64 > end )
inlineconstexprnoexcept

Definition at line 27 of file qhttpheaders.h.

References QHttpHeaderRange().

Referenced by QHttpHeaderRange().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ end()

std::optional< qint64 > QHttpHeaderRange::end ( ) const
inlineconstexprnoexcept

Definition at line 31 of file qhttpheaders.h.

◆ isValid()

bool QHttpHeaderRange::isValid ( ) const
inlineconstexprnoexcept

Definition at line 35 of file qhttpheaders.h.

◆ setEnd()

void QHttpHeaderRange::setEnd ( std::optional< qint64 > end)
inlineconstexprnoexcept

Definition at line 33 of file qhttpheaders.h.

◆ setStart()

void QHttpHeaderRange::setStart ( std::optional< qint64 > start)
inlineconstexprnoexcept

Definition at line 32 of file qhttpheaders.h.

◆ start()

std::optional< qint64 > QHttpHeaderRange::start ( ) const
inlineconstexprnoexcept

Definition at line 30 of file qhttpheaders.h.

◆ comparesEqual

bool comparesEqual ( const QHttpHeaderRange & lhs,
const QHttpHeaderRange & rhs )
friend

Definition at line 53 of file qhttpheaders.h.

◆ operator<<

QDebug operator<< ( QDebug debug,
const QHttpHeaderRange & range )
friend

Definition at line 1936 of file qhttpheaders.cpp.


The documentation for this class was generated from the following file: