TDME2 1.9.121
Protected Member Functions | Friends | List of all members
ServerGroupBase Class Referenceabstract

Base class for network server group. More...

#include <tdme/network/udpserver/ServerGroupBase.h>

Inheritance diagram for ServerGroupBase:
Inheritance graph
Collaboration diagram for ServerGroupBase:
Collaboration graph

Protected Member Functions

virtual void onInit ()=0
 
virtual void onClose ()=0
 
virtual void onCustomEvent (const string &type)=0
 

Friends

class ServerWorkerThread
 

Additional Inherited Members

- Public Member Functions inherited from Reference
 Reference ()
 Public constructor. More...
 
virtual ~Reference ()
 destructor More...
 
void acquireReference ()
 acquires a reference, incrementing the counter More...
 
void releaseReference ()
 releases a reference, thus decrementing the counter and delete it if reference counter is zero More...
 
virtual void onDelete ()
 Callback method to be overridden, will be called if object will be deleted. More...
 

Detailed Description

Base class for network server group.

Author
Andreas Drewke

Definition at line 26 of file ServerGroupBase.h.

Member Function Documentation

◆ onClose()

virtual void onClose ( )
protectedpure virtual

◆ onCustomEvent()

virtual void onCustomEvent ( const string &  type)
protectedpure virtual

◆ onInit()

virtual void onInit ( )
protectedpure virtual

Friends And Related Function Documentation

◆ ServerWorkerThread

friend class ServerWorkerThread
friend

Definition at line 27 of file ServerGroupBase.h.


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