|
ARC SDK
|
Base class for simple object associated thread. More...
#include <Thread.h>
Public Member Functions | |
| bool | start (SimpleCounter *count=NULL) |
| Start thread. More... | |
Protected Member Functions | |
| virtual void | thread (void)=0 |
| Implement this method and put thread functionality into it. More... | |
Friends | |
| class | ThreadArgument |
Base class for simple object associated thread.
| bool Arc::Thread::start | ( | SimpleCounter * | count = NULL | ) |
Start thread.
This method provides functionality similar to CreateThreadFunction but runs thread() method instead of specified function.
|
protectedpure virtual |
Implement this method and put thread functionality into it.
1.8.14