Ark Server API (ASA) - Wiki
|
#include <ScopeLock.h>
Public Member Functions | |
UE_NONCOPYABLE (TScopeUnlock) | |
UE_NODISCARD_CTOR | TScopeUnlock (MutexType &InMutex) |
~TScopeUnlock () | |
Private Attributes | |
MutexType * | Mutex |
Definition at line 191 of file ScopeLock.h.
|
inline |
Definition at line 196 of file ScopeLock.h.
|
inline |
Definition at line 203 of file ScopeLock.h.
UE::TScopeUnlock< MutexType >::UE_NONCOPYABLE | ( | TScopeUnlock< MutexType > | ) |
|
private |
Definition at line 209 of file ScopeLock.h.