![]() |
Ark Server API (ASA) - Wiki
|
#include <ScopeRWLock.h>
Collaboration diagram for FWriteScopeLock: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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
private |
|
private |
Definition at line 47 of file ScopeRWLock.h.