xmsinterp
1.0
|
convenience struct for threads More...
Public Member Functions | |
myThread (BSHP< ThreadLoop > a_) | |
Constructor. More... | |
void | operator() () |
worker code that is executed | |
Public Attributes | |
BSHP< ThreadLoop > | m_ |
Worker thread. | |
convenience struct for threads
Definition at line 42 of file ThreadMgr.cpp.
|
inline |