Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
Public Member Functions | List of all members
Pothos::Util::SharedLock< T > Class Template Reference

#include <SpinLockRW.hpp>

Public Member Functions

 SharedLock (T &mutex)
 
 ~SharedLock (void)
 

Detailed Description

template<typename T>
class Pothos::Util::SharedLock< T >

Implementation of SharedLock Switch to std::shared_lock for C++14

Constructor & Destructor Documentation

◆ SharedLock()

template<typename T >
Pothos::Util::SharedLock< T >::SharedLock ( T &  mutex)
inline

◆ ~SharedLock()

template<typename T >
Pothos::Util::SharedLock< T >::~SharedLock ( void  )
inline

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