HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_RWLock.h File Reference
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_NonCopyable.h"
#include <SYS/SYS_Compiler.h>
+ Include dependency graph for UT_RWLock.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_AutoRWLockType< Lock, READMODE >
 A simple class to hold a rwlock and release it when it goes out of scope. More...
 
class  UT_RWLock
 Reader/Writer mutex class. More...
 

Typedefs

typedef UT_AutoRWLockType
< UT_RWLock, true > 
UT_AutoReadLock
 
typedef UT_AutoRWLockType
< UT_RWLock, false > 
UT_AutoWriteLock
 

Typedef Documentation

Definition at line 101 of file UT_RWLock.h.

Definition at line 102 of file UT_RWLock.h.