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

(a41c860c7dacfb6b785e0a24a4c3f26c3cde3c20)

#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 33 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 1246 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 137 of file qhostaddress.cpp.

◆ QT6_ONLY()

class QT6_ONLY ( Q_NETWORK_EXPORT )

Definition at line 19 of file qhostaddress.h.