(Internal ClanLib Class) More...
#include <runnable.h>
Inheritance diagram for clan::RunnableMember_v0< C >: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 )() |
| RunnableMember_v0 (C *instance, PtrMemberFunc func) | |
(Internal ClanLib Class)