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
qnetworkinterface.h File Reference

(c0ec9dcee71a7f8dbb9f024e68a382f2e9f32e97)

#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