#include <VirtualLockable.h>
Static Public Member Functions | |
| template<Common::StdCompat::Lockable REAL_MUTEX> | |
| static VirtualLockable | Make () |
This class follows the Mutex concept and indirects to argument mutex impl.
Definition at line 36 of file VirtualLockable.h.
|
static |
Because we need a templated type for construction, and cannot template constructor called with explicit template arguments
Definition at line 13 of file VirtualLockable.inl.