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
QtPrivate::QAbstractSocketConstants Struct Reference

#include <qabstractsocket.h>

Inheritance diagram for QtPrivate::QAbstractSocketConstants:
Collaboration diagram for QtPrivate::QAbstractSocketConstants:

Public Types

using NetworkLayerProtocol = QHostAddress::NetworkLayerProtocol

Static Public Attributes

static constexpr auto IPv4Protocol = QHostAddress::IPv4Protocol
static constexpr auto IPv6Protocol = QHostAddress::IPv6Protocol
static constexpr auto AnyIPProtocol = QHostAddress::AnyIPProtocol
static constexpr auto UnknownNetworkLayerProtocol = QHostAddress::UnknownNetworkLayerProtocol

Detailed Description

Definition at line 27 of file qabstractsocket.h.

Member Typedef Documentation

◆ NetworkLayerProtocol

Member Data Documentation

◆ AnyIPProtocol

auto QtPrivate::QAbstractSocketConstants::AnyIPProtocol = QHostAddress::AnyIPProtocol
staticconstexpr

Definition at line 34 of file qabstractsocket.h.

◆ IPv4Protocol

auto QtPrivate::QAbstractSocketConstants::IPv4Protocol = QHostAddress::IPv4Protocol
staticconstexpr

Definition at line 32 of file qabstractsocket.h.

◆ IPv6Protocol

auto QtPrivate::QAbstractSocketConstants::IPv6Protocol = QHostAddress::IPv6Protocol
staticconstexpr

Definition at line 33 of file qabstractsocket.h.

◆ UnknownNetworkLayerProtocol

auto QtPrivate::QAbstractSocketConstants::UnknownNetworkLayerProtocol = QHostAddress::UnknownNetworkLayerProtocol
staticconstexpr

Definition at line 35 of file qabstractsocket.h.


The documentation for this struct was generated from the following file: