#include <STLhelp.h>
Public Member Functions | |
thread_adapter (void(*func)(void *), void *param) | |
void | operator() () const |
Private Attributes | |
void(* | _func )(void *) |
void * | _param |
|
|
|
|
|
Referenced by operator()(), and thread_adapter(). |
|
Definition at line 23 of file STLhelp.h. Referenced by operator()(), and thread_adapter(). |