#include <Guard.h>
Static Public Methods | |
template<class LockType1, class LockType2> void | shareScope (LockHolder< LockType1 > &l1, LockHolder< LockType2 > &l2) |
template<class LockType> void | createScope (LockHolder< LockType > &l) |
template<class LockType> void | destroyScope (LockHolder< LockType > &l) |
|
Try to enterScope the given LockHolder.
|