MythTV  master
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
PrivUdpSocket Class Reference
Inheritance diagram for PrivUdpSocket:
Inheritance graph
[legend]
Collaboration diagram for PrivUdpSocket:
Collaboration graph
[legend]

Public Member Functions

 PrivUdpSocket (QObject *parent, const QNetworkAddressEntry &host)
 
 ~PrivUdpSocket () override=default
 
QNetworkAddressEntry host ()
 
bool contains (const QHostAddress &addr)
 

Static Public Member Functions

static bool contains (const QNetworkAddressEntry &host, const QHostAddress &addr)
 

Private Attributes

QNetworkAddressEntry m_host
 

Detailed Description

Definition at line 32 of file serverpool.cpp.

Constructor & Destructor Documentation

◆ PrivUdpSocket()

PrivUdpSocket::PrivUdpSocket ( QObject *  parent,
const QNetworkAddressEntry &  host 
)
inline

Definition at line 35 of file serverpool.cpp.

◆ ~PrivUdpSocket()

PrivUdpSocket::~PrivUdpSocket ( )
overridedefault

Member Function Documentation

◆ host()

QNetworkAddressEntry PrivUdpSocket::host ( )
inline

Definition at line 38 of file serverpool.cpp.

Referenced by contains().

◆ contains() [1/2]

bool PrivUdpSocket::contains ( const QHostAddress &  addr)
inline

Definition at line 42 of file serverpool.cpp.

Referenced by ServerPool::bind(), and ServerPool::writeDatagram().

◆ contains() [2/2]

static bool PrivUdpSocket::contains ( const QNetworkAddressEntry &  host,
const QHostAddress &  addr 
)
inlinestatic

Definition at line 46 of file serverpool.cpp.

Member Data Documentation

◆ m_host

QNetworkAddressEntry PrivUdpSocket::m_host
private

Definition at line 57 of file serverpool.cpp.

Referenced by contains(), and host().


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