#include "TCNonCopyable.h"
#include "TCSharedPtr.h"


Go to the source code of this file.
Classes | |
| class | TC::MT::ThreadObject |
| Base class of object which are executed by a TCMT::Thread When the thread gets started it executes the methode ThreadObject::Run. More... | |
Namespaces | |
| namespace | TC |
| namespace | TC::MT |
Typedefs | |
| typedef SharedPtr< ThreadObject > | TC::MT::ThreadObjectPtr |
| Smart pointer to a thread object. | |
Definition in file TCMTThreadObject.h.