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