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>
Public Member Functions | |
void | lock () |
Locks the object. | |
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.
void mds::base::CLockableObject< T >::lock | ( | ) | [inherited] |
Locks the object.
void mds::base::CLockableObject< T >::unlock | ( | ) | [inherited] |
Locks the object.