Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhostaddress.h File Reference

(c0ec9dcee71a7f8dbb9f024e68a382f2e9f32e97)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
#include <utility>
Include dependency graph for qhostaddress.h:
This graph shows which files directly or indirectly include this file:

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 QDataStreamoperator<< (QDataStream &, const QHostAddress &)
Q_NETWORK_EXPORT QDataStreamoperator>> (QDataStream &, QHostAddress &)

Typedef Documentation

◆ Q_IPV6ADDR

typedef QIPv6Address Q_IPV6ADDR

Definition at line 34 of file qhostaddress.h.

Function Documentation

◆ operator<<() [1/2]

Q_NETWORK_EXPORT QDataStream & operator<< ( QDataStream & ,
const QHostAddress &  )
related

◆ operator<<() [2/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug d,
const QHostAddress & address )

Definition at line 1252 of file qhostaddress.cpp.

◆ operator>>()

Q_NETWORK_EXPORT QDataStream & operator>> ( QDataStream & ,
QHostAddress &  )
related

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QHostAddress & key,
size_t seed )
noexcept
Since
5.0 \qhashold{QHostAddress}

Definition at line 138 of file qhostaddress.cpp.

◆ QT6_ONLY()

class QT6_ONLY ( Q_NETWORK_EXPORT )

Definition at line 20 of file qhostaddress.h.