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