clan::RunnableMember_v2< C, P1, P2 > Class Template Reference

(Internal ClanLib Class) More...

#include <runnable.h>

+ Inheritance diagram for clan::RunnableMember_v2< C, P1, P2 >:

Public Member Functions

Operations
virtual void run ()
 

Static Public Member Functions

Operations
static void set_thread_name (const char *name)
 Sets the name (displayed in debuggers) of the calling thread. More...
 

Construction

typedef void(C::* PtrMemberFunc )(P1 p1, P2 p2)
 
 RunnableMember_v2 (C *instance, PtrMemberFunc func, P1 p1, P2 p2)
 

Detailed Description

template<class C, class P1, class P2>
class clan::RunnableMember_v2< C, P1, P2 >

(Internal ClanLib Class)


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