#include <Shared.h>
Public Member Functions | |
| FScopedTryLock () | |
| bool | IsLocked () const |
| bool | TryLock (FCriticalSection *Mutex) |
| void | Unlock () |
| ~FScopedTryLock () | |
Private Member Functions | |
| FScopedTryLock (const FScopedTryLock &) | |
| void | operator= (const FScopedTryLock &) |
Private Attributes | |
| FCriticalSection * | _Mutex = nullptr |
|
private |
|
private |
|
inline |