#include "TCMTApi.h"
#include "TCNonCopyable.h"
#include "TCSharedPtr.h"
Go to the source code of this file.
Classes | |
class | TC::MT::Message |
Base class of a message which can be send from one thread to another thread. More... | |
Namespaces | |
namespace | TC |
namespace | TC::MT |
Typedefs | |
typedef SharedPtr< Thread > | TC::MT::ThreadPtr |
Smart pointer to a thread. | |
typedef SharedPtr< Message > | TC::MT::MessagePtr |
Smart pointer to a message. |
Definition in file TCMTMessage.h.