HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_AutoRWLockType< Lock, READMODE > Class Template Reference

A simple class to hold a rwlock and release it when it goes out of scope. More...

#include <UT_RWLock.h>

Public Member Functions

 UT_AutoRWLockType (Lock &lock)
 
 ~UT_AutoRWLockType ()
 

Detailed Description

template<typename Lock, bool READMODE>
class UT_AutoRWLockType< Lock, READMODE >

A simple class to hold a rwlock and release it when it goes out of scope.

Definition at line 22 of file UT_RWLock.h.

Constructor & Destructor Documentation

template<typename Lock , bool READMODE>
UT_AutoRWLockType< Lock, READMODE >::UT_AutoRWLockType ( Lock lock)
inline

Definition at line 25 of file UT_RWLock.h.

template<typename Lock , bool READMODE>
UT_AutoRWLockType< Lock, READMODE >::~UT_AutoRWLockType ( )
inline

Definition at line 34 of file UT_RWLock.h.


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