#include <StreamCore.h>

Public Member Functions | |
| MutexLock (StreamCore *_stream) | |
| ~MutexLock () | |
Private Attributes | |
| StreamCore * | stream |
Definition at line 109 of file StreamCore.h.
| StreamCore::MutexLock::MutexLock | ( | StreamCore * | _stream | ) | [inline] |
Definition at line 114 of file StreamCore.h.
References StreamCore::lockMutex().
| StreamCore::MutexLock::~MutexLock | ( | ) | [inline] |
Definition at line 116 of file StreamCore.h.
References StreamCore::releaseMutex(), and stream.
StreamCore* StreamCore::MutexLock::stream [private] |
Definition at line 111 of file StreamCore.h.
Referenced by ~MutexLock().
1.7.1