#include <qhttpheaders.h>
Definition at line 23 of file qhttpheaders.h.
◆ QHttpHeaderRange() [1/2]
| QHttpHeaderRange::QHttpHeaderRange |
( |
| ) |
|
|
constexprdefaultnoexcept |
◆ QHttpHeaderRange() [2/2]
| QHttpHeaderRange::QHttpHeaderRange |
( |
std::optional< qint64 > | start, |
|
|
std::optional< qint64 > | end ) |
|
inlineconstexprnoexcept |
◆ end()
| std::optional< qint64 > QHttpHeaderRange::end |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ isValid()
| bool QHttpHeaderRange::isValid |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ setEnd()
| void QHttpHeaderRange::setEnd |
( |
std::optional< qint64 > | end | ) |
|
|
inlineconstexprnoexcept |
◆ setStart()
| void QHttpHeaderRange::setStart |
( |
std::optional< qint64 > | start | ) |
|
|
inlineconstexprnoexcept |
◆ start()
| std::optional< qint64 > QHttpHeaderRange::start |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ comparesEqual
◆ operator<<
The documentation for this class was generated from the following file: