#include <qhostaddressproto.h>
◆ QHostAddressProto()
QHostAddressProto::QHostAddressProto |
( |
QObject * |
parent | ) |
|
◆ ~QHostAddressProto()
QHostAddressProto::~QHostAddressProto |
( |
| ) |
|
◆ clear()
void QHostAddressProto::clear |
( |
| ) |
|
◆ isInSubnet() [1/2]
bool QHostAddressProto::isInSubnet |
( |
const QHostAddress & |
subnet, |
|
|
int |
netmask |
|
) |
| const |
◆ isInSubnet() [2/2]
bool QHostAddressProto::isInSubnet |
( |
const QPair< QHostAddress, int > & |
subnet | ) |
const |
◆ isLoopback()
bool QHostAddressProto::isLoopback |
( |
| ) |
const |
◆ isNull()
bool QHostAddressProto::isNull |
( |
| ) |
const |
◆ protocol()
QAbstractSocket::NetworkLayerProtocol QHostAddressProto::protocol |
( |
| ) |
const |
◆ scopeId()
QString QHostAddressProto::scopeId |
( |
| ) |
const |
◆ setAddress() [1/6]
void QHostAddressProto::setAddress |
( |
const Q_IPV6ADDR & |
ip6Addr | ) |
|
◆ setAddress() [2/6]
bool QHostAddressProto::setAddress |
( |
const QString & |
address | ) |
|
◆ setAddress() [3/6]
void QHostAddressProto::setAddress |
( |
const quint8 * |
ip6Addr | ) |
|
◆ setAddress() [4/6]
void QHostAddressProto::setAddress |
( |
const sockaddr * |
sockaddr | ) |
|
◆ setAddress() [5/6]
void QHostAddressProto::setAddress |
( |
quint32 |
ip4Addr | ) |
|
◆ setAddress() [6/6]
void QHostAddressProto::setAddress |
( |
quint8 * |
ip6Addr | ) |
|
◆ setScopeId()
void QHostAddressProto::setScopeId |
( |
const QString & |
id | ) |
|
◆ toIPv4Address() [1/2]
quint32 QHostAddressProto::toIPv4Address |
( |
| ) |
const |
◆ toIPv4Address() [2/2]
quint32 QHostAddressProto::toIPv4Address |
( |
bool * |
ok | ) |
const |
◆ toIPv6Address()
Q_IPV6ADDR QHostAddressProto::toIPv6Address |
( |
| ) |
const |
◆ toString()
QString QHostAddressProto::toString |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qhostaddressproto.h
- qhostaddressproto.cpp