![]() |
Ark Server API (ASA) - Wiki
|
#include <ScopeRWLock.h>
Collaboration diagram for FReadScopeLock:Public Member Functions | |
| UE_NODISCARD_CTOR | FReadScopeLock (FRWLock &InLock) |
| ~FReadScopeLock () | |
Private Member Functions | |
| UE_NONCOPYABLE (FReadScopeLock) | |
Private Attributes | |
| FRWLock & | Lock |
Keeps a FRWLock read-locked while this scope lives
Definition at line 11 of file ScopeRWLock.h.
|
inlineexplicit |
Definition at line 14 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 26 of file ScopeRWLock.h.