Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkinterface.h File Reference
#include <QtNetwork/qtnetworkglobal.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qscopedpointer.h>
#include <QtNetwork/qhostaddress.h>
#include <memory>
+ Include dependency graph for qnetworkinterface.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QNetworkAddressEntry
 The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address. More...
 
class  QNetworkInterface
 The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces. More...
 

Function Documentation

◆ operator<<() [1/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  debug,
const QNetworkAddressEntry entry 
)
related

◆ operator<<() [2/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug  debug,
const QNetworkInterface networkInterface 
)
related