![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Class that comes to be mds::base::CLockableClass<T> if the multithreaded library is compiled and mds::base::CNoLocking<T> otherwise. More...
#include <mdsLock.h>

Static Public Member Functions | |
| static void | lock () |
| Locks the object. | |
| static void | unlock () |
| Locks the object. | |
Class that comes to be mds::base::CLockableClass<T> if the multithreaded library is compiled and mds::base::CNoLocking<T> otherwise.
| static void mds::base::CLockableClass< T >::lock | ( | ) | [static, inherited] |
Locks the object.
| static void mds::base::CLockableClass< T >::unlock | ( | ) | [static, inherited] |
Locks the object.
1.7.6.1