Processor Counter Monitor
Public Member Functions | Protected Attributes | List of all members
Server Class Referenceabstract
Inheritance diagram for Server:
Inheritance graph
[legend]
Collaboration diagram for Server:
Collaboration graph
[legend]

Public Member Functions

 Server (const std::string &listenIP, uint16_t port) noexcept(false)
 
 Server (Server const &)=delete
 
Serveroperator= (Server const &)=delete
 
virtual void run ()=0
 

Protected Attributes

std::string listenIP_
 
WorkQueue wq_
 
int serverSocket_
 
uint16_t port_
 

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