CAPIO-CL 1.4.0
CAPIO-CL: Cross Application Programmable I/O - Coordination Language
Loading...
Searching...
No Matches
shared_lock_guard< SharedMutex > Class Template Reference

Class to implement a shared mutex lock guard. More...

Public Member Functions

 shared_lock_guard (SharedMutex &m)
 Constructor: acquire semaphore shared.
 ~shared_lock_guard ()
 Destructor: release resources.
 shared_lock_guard (const shared_lock_guard &)=delete
shared_lock_guardoperator= (const shared_lock_guard &)=delete

Detailed Description

template<typename SharedMutex>
class shared_lock_guard< SharedMutex >

Class to implement a shared mutex lock guard.


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