Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

CLThreadDrv Class Reference

#include <CLDrv.h>

Inheritance diagram for CLThreadDrv:

Inheritance graph
[legend]
Collaboration diagram for CLThreadDrv:

Collaboration graph
[legend]
List of all members.

Public Methods

 CLThreadDrv (int(*fn)(void *), void *data)
virtual ~CLThreadDrv ()
virtual int Wait ()

Static Public Methods

CLThreadDrv* Create (int(*fn)(void *), void *data)

Private Attributes

CL_Threadthread

Constructor & Destructor Documentation

CLThreadDrv::CLThreadDrv ( int(* fn)(void *),
void * data ) [inline]
 

Definition at line 68 of file CLDrv.h.

Referenced by Create().

CLThreadDrv::~CLThreadDrv ( ) [inline, virtual]
 

Definition at line 74 of file CLDrv.h.


Member Function Documentation

CLThreadDrv* CLThreadDrv::Create ( int(* fn)(void *),
void * data ) [inline, static]
 

Definition at line 79 of file CLDrv.h.

int CLThreadDrv::Wait ( ) [inline, virtual]
 

Definition at line 84 of file CLDrv.h.


Member Data Documentation

CL_Thread* CLThreadDrv::thread [private]
 

Definition at line 90 of file CLDrv.h.


The documentation for this class was generated from the following file:
Generated at Wed Apr 4 19:57:40 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001