Object representing a thread function. More...
#include <Thread.hpp>
Public Member Functions | |
| virtual void | operator() ()=0 |
| Thread code. | |
Public Attributes | |
| Thread * | thread |
| Pointer to parent Thread object. | |
Object representing a thread function.
| virtual void a5::Thread_Proc::operator() | ( | ) | [pure virtual] |
Thread code.
Pointer to parent Thread object.
1.7.1