adchpp::Thread Class Reference

#include <Thread.h>

Inheritance diagram for adchpp::Thread:
Inheritance graph
[legend]
Collaboration diagram for adchpp::Thread:
Collaboration graph
[legend]

List of all members.

Public Member Functions

ADCHPP_DLL void join () throw ()
ADCHPP_DLL void start () throw (ThreadException)

Protected Member Functions

virtual int run ()=0

Static Protected Member Functions

static void * starter (void *p)

Protected Attributes

pthread_t t

Detailed Description

Definition at line 34 of file Thread.h.


Member Function Documentation

void adchpp::Thread::join (  )  throw ()

Definition at line 68 of file Thread.cpp.

References t.

Referenced by adchpp::SocketManager::shutdown().

Here is the caller graph for this function:

virtual int adchpp::Thread::run (  )  [protected, pure virtual]

Implemented in adchpp::SocketManager.

Referenced by starter().

Here is the caller graph for this function:

void adchpp::Thread::start (  )  throw (ThreadException)

Definition at line 52 of file Thread.cpp.

References _T, starter(), t, and adchpp::Util::translateError().

Referenced by adchpp::SocketManager::startup().

Here is the call graph for this function:

Here is the caller graph for this function:

static void* adchpp::Thread::starter ( void *  p  )  [inline, static, protected]

Definition at line 96 of file Thread.h.

References run(), and t.

Referenced by start().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

pthread_t adchpp::Thread::t [protected]

Definition at line 95 of file Thread.h.

Referenced by join(), start(), and starter().

Generated on Sat Nov 27 23:38:54 2010 for adchpp by  doxygen 1.6.3