LeviLamina
Loading...
Searching...
No Matches
RefCountedBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
rtc {
6
7
class
RefCountedBase
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<4, 4>
mUnkbbd214;
12
// NOLINTEND
13
14
public
:
15
// prevent constructor by default
16
RefCountedBase
& operator=(
RefCountedBase
const
&);
17
RefCountedBase
(
RefCountedBase
const
&);
18
RefCountedBase
();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 0
24
virtual
~RefCountedBase
() =
default
;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
33
34
}
// namespace rtc
rtc::RefCountedBase
Definition
RefCountedBase.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
RefCountedBase.h
Generated on Sat Apr 26 2025 05:55:41 for LeviLamina by
1.12.0