LeviLamina
Loading...
Searching...
No Matches
RecursiveCriticalSection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
class
RecursiveCriticalSection
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 40>
mUnkb81516;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
RecursiveCriticalSection
& operator=(
RecursiveCriticalSection
const
&);
17
RecursiveCriticalSection
(
RecursiveCriticalSection
const
&);
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI
void
Enter()
const
;
23
24
MCAPI
void
Leave()
const
;
25
26
MCAPI
RecursiveCriticalSection
();
27
28
MCAPI
~RecursiveCriticalSection
();
29
// NOLINTEND
30
31
public
:
32
// constructor thunks
33
// NOLINTBEGIN
34
MCAPI
void
* $ctor();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCAPI
void
$dtor();
41
// NOLINTEND
42
};
43
44
}
// namespace rtc
rtc::RecursiveCriticalSection
Definition
RecursiveCriticalSection.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
RecursiveCriticalSection.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0