Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qhostaddress.h File Reference
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qpair.h>
#include <QtCore/qstring.h>
#include <QtCore/qshareddata.h>
+ 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) noexcept
 
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 31 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 1234 of file qhostaddress.cpp.

References QHostAddress::Any, and d.

◆ operator>>()

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

◆ qHash()

Q_NETWORK_EXPORT size_t qHash ( const QHostAddress key,
size_t  seed = 0 
)
related

◆ QT6_ONLY()

class QT6_ONLY ( Q_NETWORK_EXPORT  )

Definition at line 18 of file qhostaddress.h.