MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
A single-threaded model with no locking. More...
#include <mdsLock.h>
Classes | |
class | CLock |
Object of this class ensures mutual access, if created at the beginning of some method of the class T. More... | |
Static Public Member Functions | |
static void | lock () |
Locks the object. | |
static void | unlock () |
Locks the object. |
A single-threaded model with no locking.
static void mds::base::CNoLocking< T >::lock | ( | ) | [static] |
Locks the object.
static void mds::base::CNoLocking< T >::unlock | ( | ) | [static] |
Locks the object.