![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Implements a object-level locking scheme. 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... | |
Public Member Functions | |
| void | lock () |
| Locks the object. | |
| void | unlock () |
| Locks the object. | |
Friends | |
| class | CLock |
Implements a object-level locking scheme.
| void mds::base::CLockableObject< T >::lock | ( | ) |
Locks the object.
| void mds::base::CLockableObject< T >::unlock | ( | ) |
Locks the object.
friend class CLock [friend] |
1.7.6.1