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

Public Member Functions

 BEProcessRequestRunnable (MainServer &parent, MythSocket *sock)
 
 ~BEProcessRequestRunnable () override
 
void run (void) override
 

Private Attributes

MainServerm_parent
 
MythSocketm_sock
 

Detailed Description

Definition at line 149 of file mainserver.cpp.

Constructor & Destructor Documentation

◆ BEProcessRequestRunnable()

BEProcessRequestRunnable::BEProcessRequestRunnable ( MainServer parent,
MythSocket sock 
)
inline

Definition at line 152 of file mainserver.cpp.

◆ ~BEProcessRequestRunnable()

BEProcessRequestRunnable::~BEProcessRequestRunnable ( )
inlineoverride

Definition at line 158 of file mainserver.cpp.

Member Function Documentation

◆ run()

void BEProcessRequestRunnable::run ( void  )
inlineoverride

Definition at line 167 of file mainserver.cpp.

Member Data Documentation

◆ m_parent

MainServer& BEProcessRequestRunnable::m_parent
private

Definition at line 175 of file mainserver.cpp.

Referenced by run().

◆ m_sock

MythSocket* BEProcessRequestRunnable::m_sock
private

Definition at line 176 of file mainserver.cpp.

Referenced by BEProcessRequestRunnable(), run(), and ~BEProcessRequestRunnable().


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