LeviLamina
Loading...
Searching...
No Matches
EnableNonOwnerReferences.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock {
6
8public:
9 // EnableNonOwnerReferences inner types declare
10 // clang-format off
11 struct ControlBlock;
12 // clang-format on
13
14 // EnableNonOwnerReferences inner types define
15 struct ControlBlock {
16 public:
17 // member variables
18 // NOLINTBEGIN
19 bool mIsValid;
20 // NOLINTEND
21 };
22
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock> mControlBlock;
27 // NOLINTEND
28
29public:
30 EnableNonOwnerReferences& operator=(EnableNonOwnerReferences const&) = default;
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace Bedrock
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition EnableNonOwnerReferences.h:15