Ark Server API (ASA) - Wiki
|
#include <ScopeRWLock.h>
Public Member Functions | |
UE_NODISCARD_CTOR | FWriteScopeLock (FRWLock &InLock) |
~FWriteScopeLock () | |
Private Member Functions | |
UE_NONCOPYABLE (FWriteScopeLock) | |
Private Attributes | |
FRWLock & | Lock |
Keeps a FRWLock write-locked while this scope lives
Definition at line 32 of file ScopeRWLock.h.
|
inlineexplicit |
Definition at line 35 of file ScopeRWLock.h.
|
inline |
|
private |
|
private |
Definition at line 47 of file ScopeRWLock.h.