MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Object of this class ensures mutual access, if created at the beginning of some method of the class T. More...
#include <mdsLock.h>
Public Member Functions | |
CLock () | |
Default constructor. Locks the host class. | |
CLock (T &Host) | |
Constructor. Locks the host class. | |
~CLock () | |
Destructor which unlocks the host class. |
Object of this class ensures mutual access, if created at the beginning of some method of the class T.
mds::base::CLockableClass< T >::CLock::CLock | ( | ) |
Default constructor. Locks the host class.
mds::base::CLockableClass< T >::CLock::CLock | ( | T & | Host | ) |
Constructor. Locks the host class.
mds::base::CLockableClass< T >::CLock::~CLock | ( | ) |
Destructor which unlocks the host class.