Main Page
Namespaces
Classes
Files
Related Pages
File List
File Members
mutex.h File Reference
Detailed Description
Read-Write mutexes.
Version:
Name
OSB_060808
Revision
1.43
Definition in file
mutex.h
.
Go to the source code of this file.
Namespaces
namespace
OSB_LIB
Classes
class
OSB_LIB::Mutex
Wrapper to a POSIX mutex.
More...
class
OSB_LIB::MutexUnlock
Unlock a
Mutex
.
More...
class
OSB_LIB::RwMutex
Read-Write mutex.
More...
class
OSB_LIB::RwGuard
Guard a
RwMutex
.
More...
struct
OSB_LIB::RwGuard::RwGuardRef
Helping structure to allow non-const copy of
RwGuard
.
More...
class
OSB_LIB::ReadGuard< T * >
Guard a locked pointer.
More...
struct
OSB_LIB::ReadGuard< T * >::ReadGuardRef
Helping structure to allow non-const copy construction of a
ReadGuard<T*>
.
More...
class
OSB_LIB::WriteGuard< T * >
Write guard a locked pointer.
More...
struct
OSB_LIB::WriteGuard< T * >::WriteGuardRef
Helping structure to allow non-const copy construction of a
WriteGuard<T*>
.
More...
class
OSB_LIB::Shared< T >
Protect a shared resource with a
Mutex
.
More...
class
OSB_LIB::Shared< T * >
Protect a pointer to a shared resource with a
Mutex
.
More...
class
OSB_LIB::RwShared< T >
Protect a shared object with a
RwMutex
.
More...
class
OSB_LIB::RwShared< T * >
Protect a shared object with a
RwMutex
.
More...
Generated on Sat Sep 2 14:06:35 2006 for OSB Library by
1.4.7