OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
OpenThreads::ScopedWriteLock Class Reference

#include <ReadWriteMutex.h>

Collaboration diagram for OpenThreads::ScopedWriteLock:
Collaboration graph
[legend]

Public Member Functions

 ScopedWriteLock (ReadWriteMutex &mutex)
 
 ~ScopedWriteLock ()
 

Protected Member Functions

ScopedWriteLockoperator= (const ScopedWriteLock &)
 

Protected Attributes

ReadWriteMutex_mutex
 

Detailed Description

Definition at line 99 of file ReadWriteMutex.h.

Constructor & Destructor Documentation

OpenThreads::ScopedWriteLock::ScopedWriteLock ( ReadWriteMutex mutex)
inline

Definition at line 103 of file ReadWriteMutex.h.

Here is the call graph for this function:

OpenThreads::ScopedWriteLock::~ScopedWriteLock ( )
inline

Definition at line 104 of file ReadWriteMutex.h.

Here is the call graph for this function:

Member Function Documentation

ScopedWriteLock& OpenThreads::ScopedWriteLock::operator= ( const ScopedWriteLock )
inlineprotected

Definition at line 109 of file ReadWriteMutex.h.

Member Data Documentation

ReadWriteMutex& OpenThreads::ScopedWriteLock::_mutex
protected

Definition at line 107 of file ReadWriteMutex.h.


The documentation for this class was generated from the following file: