ClanLib  2.3.7
List of all members
CL_Runnable Class Referenceabstract

Thread runnable object. More...

#include <runnable.h>

Inheritance diagram for CL_Runnable:
Inheritance graph
[legend]

Public Member Functions

Construction
 CL_Runnable ()
 
virtual ~CL_Runnable ()
 

Operations

virtual void run ()=0
 
static void set_thread_name (const char *name)
 Sets the name (displayed in debuggers) of the calling thread. More...
 

Detailed Description

Thread runnable object.

Constructor & Destructor Documentation

CL_Runnable::CL_Runnable ( )
virtual CL_Runnable::~CL_Runnable ( )
virtual

Member Function Documentation

virtual void CL_Runnable::run ( )
pure virtual
static void CL_Runnable::set_thread_name ( const char *  name)
static

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