Ark Server API (ASA) - Wiki
|
#include <ScopeRWLock.h>
Public Member Functions | |
UE_NODISCARD_CTOR | FRWScopeLock (FRWLock &InLockObject, FRWScopeLockType InLockType) |
void | ReleaseReadOnlyLockAndAcquireWriteLock_USE_WITH_CAUTION () |
~FRWScopeLock () | |
Private Member Functions | |
UE_NONCOPYABLE (FRWScopeLock) | |
Private Attributes | |
FRWLock & | LockObject |
FRWScopeLockType | LockType |
Keeps a FRWLock read- or write-locked while this scope lives
Notes:
Definition at line 67 of file ScopeRWLock.h.
|
inlineexplicit |
|
inline |
|
inline |
|
private |
|
private |
Definition at line 113 of file ScopeRWLock.h.
|
private |
Definition at line 114 of file ScopeRWLock.h.