28 #ifndef itkMutexLockHolder_h
29 #define itkMutexLockHolder_h
43 template<
typename TMutex >
54 if( noblock ==
false )
bool GetLockCaptured() const
A container to store a Mutex. This holder class for ensuring that locks are released in the event of ...
MutexLockHolder(MutexType &mutex, const bool noblock=false)