MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Member Functions
mds::base::CLibraryLockableObject< T > Struct Template Reference

Class that comes to be mds::base::CLockableClass<T> if the multithreaded library is compiled and mds::base::CNoLocking<T> otherwise. More...

#include <mdsLock.h>

Inheritance diagram for mds::base::CLibraryLockableObject< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void lock ()
 Locks the object.
void unlock ()
 Locks the object.

Detailed Description

template<class T>
struct mds::base::CLibraryLockableObject< T >

Class that comes to be mds::base::CLockableClass<T> if the multithreaded library is compiled and mds::base::CNoLocking<T> otherwise.


Member Function Documentation

template<class T>
void mds::base::CLockableObject< T >::lock ( ) [inherited]

Locks the object.

template<class T>
void mds::base::CLockableObject< T >::unlock ( ) [inherited]

Locks the object.


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