![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qpair.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
Go to the source code of this file.
Classes | |
class | QHostAddress |
The QHostAddress class provides an IP address. More... | |
Typedefs | |
typedef QIPv6Address | Q_IPV6ADDR |
Functions | |
class | QT6_ONLY (Q_NETWORK_EXPORT) QIPv6Address |
Q_NETWORK_EXPORT size_t | qHash (const QHostAddress &key, size_t seed=0) noexcept |
Q_NETWORK_EXPORT QDebug | operator<< (QDebug, const QHostAddress &) |
Q_NETWORK_EXPORT QDataStream & | operator<< (QDataStream &, const QHostAddress &) |
Q_NETWORK_EXPORT QDataStream & | operator>> (QDataStream &, QHostAddress &) |
typedef QIPv6Address Q_IPV6ADDR |
Definition at line 31 of file qhostaddress.h.
|
related |
Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | d, |
const QHostAddress & | address | ||
) |
Definition at line 1234 of file qhostaddress.cpp.
References QHostAddress::Any, and d.
|
related |
|
related |
class QT6_ONLY | ( | Q_NETWORK_EXPORT | ) |
Definition at line 18 of file qhostaddress.h.