#include "TCMTLock.h"
#include "TCSharedPtr.h"


Go to the source code of this file.
Classes | |
| class | TC::MT::Mutex |
| Class for protecting variables or something else which is used in more than one thread. More... | |
Namespaces | |
| namespace | TC |
| namespace | TC::MT |
Typedefs | |
| typedef SharedPtr< Mutex > | TC::MT::MutexPtr |
| Smart pointer to a mutex object. | |
| typedef LockerPtr< MutexPtr > | TC::MT::MutexLocker |
| Provides a typedef for locking this object. | |
Definition in file TCMTMutex.h.