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
virtual
~RefCountedBase() =
default
;
24
// NOLINTEND
25
};
26
27
}
// namespace rtc
ll::UntypedStorage
Definition
Alias.h:14
src
mc
external
rtc
RefCountedBase.h
Generated on
for LeviLamina by
1.16.1