Base Module  VST 3.6.6
SDK for developing VST Plug-in
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions
FReadGuardT< T > Class Template Reference

Scope object for setting a read lock. More...

#include <fthread.h>

Public Member Functions

 FReadGuardT (T &_lock)
 
 ~FReadGuardT ()
 

Detailed Description

template<class T>
class Steinberg::FReadGuardT< T >

Scope object for setting a read lock.

Can be used with a FRwLock + other locks that have waitToRead / doneReading methods.

Constructor & Destructor Documentation

FReadGuardT ( T &  _lock)
inline
~FReadGuardT ( )
inline
Empty

Copyright ©2016 Steinberg Media Technologies GmbH. All Rights Reserved.