#include <QtCore/qshareddata.h>
#include <QtCore/qscopedpointer.h>
#include <QtNetwork/qhostaddress.h>
Go to the source code of this file.
◆ operator<<()
Definition at line 624 of file qnetworkinterface.cpp.
626 debug.
nospace() <<
"QNetworkInterface(name = " << networkInterface.
name()
630 #if defined(Q_CC_RVCT) 637 return debug.
space();
QString name() const
Returns the name of this network interface.
QDebug & nospace()
Clears the stream's internal flag that records whether the last character was a space and returns a r...
InterfaceFlags flags() const
Returns the flags associated with this network interface.
QDebug & space()
Writes a space character to the debug stream and returns a reference to the stream.
QList< QNetworkAddressEntry > addressEntries() const
Returns the list of IP addresses that this interface possesses along with their associated netmasks a...
static QDebug flagsDebug(QDebug debug, QNetworkInterface::InterfaceFlags flags)
QString hardwareAddress() const
Returns the low-level hardware address for this interface.