![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qhostaddress_p.h>
Public Member Functions | |
| constexpr | QNetmask () |
| bool | setAddress (const QHostAddress &address) |
| QHostAddress | address (QAbstractSocket::NetworkLayerProtocol protocol) const |
| int | prefixLength () const |
| void | setPrefixLength (QAbstractSocket::NetworkLayerProtocol proto, int len) |
Friends | |
| bool | operator== (QNetmask n1, QNetmask n2) |
Definition at line 41 of file qhostaddress_p.h.
|
inlineconstexpr |
Definition at line 46 of file qhostaddress_p.h.
| QHostAddress QNetmask::address | ( | QAbstractSocket::NetworkLayerProtocol | protocol | ) | const |
Definition at line 299 of file qhostaddress.cpp.
|
inline |
Definition at line 51 of file qhostaddress_p.h.
| bool QNetmask::setAddress | ( | const QHostAddress & | address | ) |
Definition at line 217 of file qhostaddress.cpp.
|
inline |
Definition at line 52 of file qhostaddress_p.h.
Definition at line 65 of file qhostaddress_p.h.