#include <runnable.h>
Inheritance diagram for CL_RunnableMember_v5< C, P1, P2, P3, P4, P5 >:

Construction | |
| typedef void(C::* | PtrMemberFunc )(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) |
| CL_RunnableMember_v5 (C *instance, PtrMemberFunc func, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) | |
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. | |
|
|||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|||||||||
|
Implements CL_Runnable. |
|
|
Sets the name (displayed in debuggers) of the calling thread. Currently this only works with the Visual Studio compiler and debugger. |
1.4.6