XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xtd::concurrent::scope_locker< _Ty > Class Template Reference

RAII pattern to automatically acquire and release the spin lock. More...

+ Collaboration diagram for xtd::concurrent::scope_locker< _Ty >:

Public Types

using spin_lock_type = _Ty
 

Public Member Functions

 scope_locker (spin_lock_type &oLock)
 
 scope_locker (const scope_locker &)=delete
 
scope_lockeroperator= (const scope_locker &)=delete
 

Detailed Description

template<typename _Ty>
class xtd::concurrent::scope_locker< _Ty >

RAII pattern to automatically acquire and release the spin lock.

Definition at line 30 of file concurrent.hpp.


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