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
QSocketAbstraction Namespace Reference

Functions

template<typename Fn, typename... Args>
auto visit (Fn &&fn, QIODevice *socket, Args &&...args)
QAbstractSocket::SocketState socketState (QIODevice *device)
QAbstractSocket::SocketError socketError (QIODevice *device)
QString socketPeerName (QIODevice *device)

Function Documentation

◆ socketError()

QAbstractSocket::SocketError QSocketAbstraction::socketError ( QIODevice * device)
inline

Definition at line 66 of file qsocketabstraction_p.h.

◆ socketPeerName()

QString QSocketAbstraction::socketPeerName ( QIODevice * device)
inline

Definition at line 83 of file qsocketabstraction_p.h.

◆ socketState()

QAbstractSocket::SocketState QSocketAbstraction::socketState ( QIODevice * device)
inline

Definition at line 48 of file qsocketabstraction_p.h.

◆ visit()

template<typename Fn, typename... Args>
auto QSocketAbstraction::visit ( Fn && fn,
QIODevice * socket,
Args &&... args )

Definition at line 34 of file qsocketabstraction_p.h.