TCMTMutex.h File Reference

This file provides the definition of TC::MT::Mutex. More...

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

Include dependency graph for TCMTMutex.h:

This graph shows which files directly or indirectly include this file:

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.


Detailed Description

This file provides the definition of TC::MT::Mutex.

Author:
Thomas Goessler

Definition in file TCMTMutex.h.


Copyright (c) Thomas Goessler 2003 - 2008