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

(043590b891a98350edb23715a86f4af6d3f1ecdb)

#include <QtNetwork/qtnetworkglobal.h>
#include <QtNetwork/qhostaddress.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qobject.h>
Include dependency graph for qabstractsocket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtPrivate::QAbstractSocketConstants
class  QAbstractSocket
 The QAbstractSocket class provides the base functionality common to all socket types. More...

Namespaces

namespace  QtPrivate

Functions

Q_NETWORK_EXPORT QDebug operator<< (QDebug, QAbstractSocket::SocketError)
Q_NETWORK_EXPORT QDebug operator<< (QDebug, QAbstractSocket::SocketState)

Function Documentation

◆ operator<<() [1/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug debug,
QAbstractSocket::SocketError error )

Definition at line 2884 of file qabstractsocket.cpp.

◆ operator<<() [2/2]

Q_NETWORK_EXPORT QDebug operator<< ( QDebug debug,
QAbstractSocket::SocketState state )

Definition at line 2953 of file qabstractsocket.cpp.