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

CL_Runnable_Func Class Reference

Inheritance diagram for CL_Runnable_Func:

Inheritance graph
[legend]
Collaboration diagram for CL_Runnable_Func:

Collaboration graph
[legend]
List of all members.

Public Methods

 CL_Runnable_Func (int(*func)(void *), void *value)
virtual void run ()

Private Attributes

int (* func )(void *)
void* value

Constructor & Destructor Documentation

CL_Runnable_Func::CL_Runnable_Func ( int(* func)(void *),
void * value ) [inline]
 

Definition at line 12 of file runnable_func.cpp.


Member Function Documentation

void CL_Runnable_Func::run ( ) [inline, virtual]
 

Reimplemented from CL_Runnable.

Definition at line 18 of file runnable_func.cpp.


Member Data Documentation

int (* CL_Runnable_Func::func)(void*) [private]
 

Referenced by run().

void* CL_Runnable_Func::value [private]
 

Definition at line 25 of file runnable_func.cpp.


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