MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Static Public Member Functions
mds::base::CNoLocking< T > Class Template Reference

A single-threaded model with no locking. More...

#include <mdsLock.h>

List of all members.

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.

Detailed Description

template<class T>
class mds::base::CNoLocking< T >

A single-threaded model with no locking.


Member Function Documentation

template<class T >
static void mds::base::CNoLocking< T >::lock ( ) [static]

Locks the object.

template<class T >
static void mds::base::CNoLocking< T >::unlock ( ) [static]

Locks the object.


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