osgEarth 2.1.1
|
Public Member Functions | |
ScopedReadLock (ReadWriteMutex &lock) | |
~ScopedReadLock () | |
Protected Attributes | |
ReadWriteMutex & | _lock |
Definition at line 280 of file ThreadingUtils.
osgEarth::Threading::ScopedReadLock::ScopedReadLock | ( | ReadWriteMutex & | lock | ) | [inline] |
osgEarth::Threading::ScopedReadLock::~ScopedReadLock | ( | ) | [inline] |
Definition at line 283 of file ThreadingUtils.
{ _lock.readUnlock(); }
ReadWriteMutex& osgEarth::Threading::ScopedReadLock::_lock [protected] |
Definition at line 285 of file ThreadingUtils.