Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VSThread Class Referenceabstract

#include <vsnet_thread.h>

Inheritance diagram for VSThread:
SocketSet

Public Member Functions

 VSThread (bool detached)
 
virtual ~VSThread ()
 
void start ()
 
void join ()
 
virtual void run ()=0
 

Static Public Member Functions

static void init ()
 global initialization function for the thread subsystem More...
 

Detailed Description

Definition at line 21 of file vsnet_thread.h.

Constructor & Destructor Documentation

VSThread::VSThread ( bool  detached)

Definition at line 14 of file vsnet_thread_non.cpp.

15 {}
VSThread::~VSThread ( )
virtual

Definition at line 17 of file vsnet_thread_non.cpp.

18 {}

Member Function Documentation

void VSThread::init ( void  )
static

global initialization function for the thread subsystem

Definition at line 11 of file vsnet_thread_non.cpp.

12 {}
void VSThread::join ( )

Definition at line 23 of file vsnet_thread_non.cpp.

24 {}
virtual void VSThread::run ( )
pure virtual

Implemented in SocketSet.

void VSThread::start ( void  )

Definition at line 20 of file vsnet_thread_non.cpp.

Referenced by NetClient::init(), NetClient::init_acct(), and AccountServer::start().

21 {}

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