#include <httpversion.h>
Public Member Functions | |
| HttpVersion (int httpVersionMajor=1, int httpVersionMinor=1) | |
| HttpVersion (const QByteArray &str) | |
| int | major () const |
| int | minor () const |
| void | setMajor (int) |
| void | setMinor (int) |
| bool | operator== (const HttpVersion &) |
| bool | operator== (qreal) const |
| bool | operator!= (qreal) const |
| bool | operator> (const HttpVersion &o) const |
| bool | operator< (const HttpVersion &o) const |
| bool | operator>= (const HttpVersion &o) const |
| bool | operator<= (const HttpVersion &o) const |
| HttpVersion & | operator= (qreal) |
| operator QByteArray () const | |
| operator bool () const | |
Definition at line 31 of file httpversion.h.
| HttpVersion::HttpVersion | ( | int | httpVersionMajor = 1, |
|
| int | httpVersionMinor = 1 | |||
| ) |
Definition at line 28 of file httpversion.cpp.
| HttpVersion::HttpVersion | ( | const QByteArray & | str | ) |
Definition at line 37 of file httpversion.cpp.
| int HttpVersion::major | ( | ) | const [inline] |
Definition at line 68 of file httpversion.h.
| int HttpVersion::minor | ( | ) | const [inline] |
Definition at line 63 of file httpversion.h.
| HttpVersion::operator bool | ( | ) | const [inline] |
Definition at line 146 of file httpversion.h.
| HttpVersion::operator QByteArray | ( | ) | const [inline] |
Definition at line 134 of file httpversion.h.
| bool HttpVersion::operator!= | ( | qreal | r | ) | const [inline] |
Definition at line 84 of file httpversion.h.
| bool HttpVersion::operator< | ( | const HttpVersion & | o | ) | const [inline] |
Definition at line 101 of file httpversion.h.
| bool HttpVersion::operator<= | ( | const HttpVersion & | o | ) | const [inline] |
Definition at line 123 of file httpversion.h.
| HttpVersion & HttpVersion::operator= | ( | qreal | version | ) |
Definition at line 66 of file httpversion.cpp.
| bool HttpVersion::operator== | ( | qreal | r | ) | const [inline] |
Definition at line 78 of file httpversion.h.
| bool HttpVersion::operator== | ( | const HttpVersion & | v | ) | [inline] |
Definition at line 73 of file httpversion.h.
| bool HttpVersion::operator> | ( | const HttpVersion & | o | ) | const [inline] |
Definition at line 90 of file httpversion.h.
| bool HttpVersion::operator>= | ( | const HttpVersion & | o | ) | const [inline] |
Definition at line 112 of file httpversion.h.
| void HttpVersion::setMajor | ( | int | ) |
| void HttpVersion::setMinor | ( | int | ) |
1.6.3