MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions
mds::base::CLockableClass< T >::CLock Class Reference

Object of this class ensures mutual access, if created at the beginning of some method of the class T. More...

#include <mdsLock.h>

List of all members.

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.

Detailed Description

template<class T>
class mds::base::CLockableClass< T >::CLock

Object of this class ensures mutual access, if created at the beginning of some method of the class T.


Constructor & Destructor Documentation

template<class T>
mds::base::CLockableClass< T >::CLock::CLock ( )

Default constructor. Locks the host class.

template<class T>
mds::base::CLockableClass< T >::CLock::CLock ( T &  Host)

Constructor. Locks the host class.

template<class T>
mds::base::CLockableClass< T >::CLock::~CLock ( )

Destructor which unlocks the host class.


The documentation for this class was generated from the following file: