![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <utility>
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) |
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 33 of file qhostaddress.h.
|
Q_NETWORK_EXPORT QDebug operator<< | ( | QDebug | d, |
const QHostAddress & | address ) |
Definition at line 1246 of file qhostaddress.cpp.
|
|
noexcept |
Definition at line 137 of file qhostaddress.cpp.
class QT6_ONLY | ( | Q_NETWORK_EXPORT | ) |
Definition at line 19 of file qhostaddress.h.