LeviLamina
Loading...
Searching...
No Matches
SharedRecursiveMapMutex.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/SharedRecursiveMutexBase.h"
7
8
namespace
Bedrock::Threading {
9
10
class
SharedRecursiveMapMutex
:
public
::Bedrock::Threading::SharedRecursiveMutexBase
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::UntypedStorage<8, 80>
mUnk31bb98;
15
::ll::UntypedStorage<8, 64>
mUnkce3fae;
16
// NOLINTEND
17
18
public
:
19
// prevent constructor by default
20
SharedRecursiveMapMutex
& operator=(
SharedRecursiveMapMutex
const
&);
21
SharedRecursiveMapMutex
(
SharedRecursiveMapMutex
const
&);
22
SharedRecursiveMapMutex
();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual
bool
_threadHoldsSharedLock(::std::thread::id)
/*override*/
;
29
30
// vIndex: 2
31
virtual
bool
_shouldLockForSharedAccess(::std::thread::id)
/*override*/
;
32
33
// vIndex: 3
34
virtual
bool
_shouldUnLockForSharedAccess(::std::thread::id)
/*override*/
;
35
36
// vIndex: 0
37
virtual
~SharedRecursiveMapMutex
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
52
53
}
// namespace Bedrock::Threading
Bedrock::Threading::SharedRecursiveMapMutex
Definition
SharedRecursiveMapMutex.h:10
Bedrock::Threading::SharedRecursiveMutexBase
Definition
SharedRecursiveMutexBase.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
core
threading
SharedRecursiveMapMutex.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0