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::ScopedReadLock Class Reference

#include <ReadWriteMutex.h>

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

Public Member Functions

 ScopedReadLock (ReadWriteMutex &mutex)
 
 ~ScopedReadLock ()
 

Protected Member Functions

ScopedReadLockoperator= (const ScopedReadLock &)
 

Protected Attributes

ReadWriteMutex_mutex
 

Detailed Description

Definition at line 85 of file ReadWriteMutex.h.

Constructor & Destructor Documentation

OpenThreads::ScopedReadLock::ScopedReadLock ( ReadWriteMutex mutex)
inline

Definition at line 89 of file ReadWriteMutex.h.

Here is the call graph for this function:

OpenThreads::ScopedReadLock::~ScopedReadLock ( )
inline

Definition at line 90 of file ReadWriteMutex.h.

Here is the call graph for this function:

Member Function Documentation

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

Definition at line 95 of file ReadWriteMutex.h.

Member Data Documentation

ReadWriteMutex& OpenThreads::ScopedReadLock::_mutex
protected

Definition at line 93 of file ReadWriteMutex.h.


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