Ark Server API (ASA) - Wiki
|
#include <ScopeLock.h>
Public Member Functions | |
UE_NONCOPYABLE (TScopeLock) | |
UE_NODISCARD_CTOR | TScopeLock (MutexType &InMutex) |
~TScopeLock () | |
void | Unlock () |
Private Attributes | |
MutexType * | Mutex |
Definition at line 149 of file ScopeLock.h.
|
inline |
Definition at line 154 of file ScopeLock.h.
|
inline |
Definition at line 161 of file ScopeLock.h.
UE::TScopeLock< MutexType >::UE_NONCOPYABLE | ( | TScopeLock< MutexType > | ) |
|
inline |
Definition at line 166 of file ScopeLock.h.
|
private |
Definition at line 176 of file ScopeLock.h.