Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ScopeRWLock.h File Reference
#include "CoreTypes.h"
#include "Misc/AssertionMacros.h"
#include "HAL/CriticalSection.h"
+ Include dependency graph for ScopeRWLock.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FReadScopeLock
 
class  FWriteScopeLock
 
class  FRWScopeLock
 

Enumerations

enum  FRWScopeLockType {
  SLT_ReadOnly = 0x0 , SLT_Write = 0x1 , SLT_ReadOnly = 0 , SLT_ReadOnly = 0x0 ,
  SLT_Write , SLT_Write = 0x1
}
 

Enumeration Type Documentation

◆ FRWScopeLockType

Enumerator
SLT_ReadOnly 
SLT_Write 
SLT_ReadOnly 
SLT_ReadOnly 
SLT_Write 
SLT_Write 

Definition at line 55 of file ScopeRWLock.h.