|
osgEarth 2.1.1
|
Collaboration diagram for osgEarth::Threading::ScopedReadLock: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(); }
Here is the call graph for this function:ReadWriteMutex& osgEarth::Threading::ScopedReadLock::_lock [protected] |
Definition at line 285 of file ThreadingUtils.
1.7.3