#include <Lock.hpp>
Inheritance diagram for sf::Lock:
Public Member Functions | |
Lock (Mutex &Mutex) | |
Construct the lock with a target mutex (lock it). | |
~Lock () | |
Destructor (unlocks the mutex). |
Definition at line 42 of file Lock.hpp.
sf::Lock::Lock | ( | Mutex & | Mutex | ) |
sf::Lock::~Lock | ( | ) |
Destructor (unlocks the mutex).