Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE::TScopeUnlock< MutexType > Class Template Reference

#include <ScopeLock.h>

Public Member Functions

 UE_NONCOPYABLE (TScopeUnlock)
 
UE_NODISCARD_CTOR TScopeUnlock (MutexType &InMutex)
 
 ~TScopeUnlock ()
 

Private Attributes

MutexTypeMutex
 

Detailed Description

template<typename MutexType>
class UE::TScopeUnlock< MutexType >

Definition at line 191 of file ScopeLock.h.

Constructor & Destructor Documentation

◆ TScopeUnlock()

template<typename MutexType >
UE_NODISCARD_CTOR UE::TScopeUnlock< MutexType >::TScopeUnlock ( MutexType & InMutex)
inline

Definition at line 196 of file ScopeLock.h.

◆ ~TScopeUnlock()

Definition at line 203 of file ScopeLock.h.

Member Function Documentation

◆ UE_NONCOPYABLE()

template<typename MutexType >
UE::TScopeUnlock< MutexType >::UE_NONCOPYABLE ( TScopeUnlock< MutexType > )

Member Data Documentation

◆ Mutex

template<typename MutexType >
MutexType* UE::TScopeUnlock< MutexType >::Mutex
private

Definition at line 209 of file ScopeLock.h.


The documentation for this class was generated from the following file: