B2BITS FIX Antenna HFT
1.0.16
|
Used to temporary unlock mutex Unlocker<Mutex> unlocker (lock_); // guard constructor releases m_lock. More...
#include <B2BITS_Guard.h>
Public Member Functions | |
Unlocker (T &lock) | |
Constructor. More... | |
~Unlocker () | |
Destructor. More... | |
Protected Member Functions | |
Unlocker & | operator= (const Unlocker &) |
Assignment operator. More... | |
Unlocker (const Unlocker &) | |
Copy constructor. More... | |
Used to temporary unlock mutex Unlocker<Mutex> unlocker (lock_); // guard constructor releases m_lock.
|
inline |
Constructor.
Acquires the given resource.
lock | Resource monitor implementation |
|
inline |
Destructor.
Releases the given resource.
|
protected |
Copy constructor.
|
protected |
Assignment operator.