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 // member functions
41 // NOLINTBEGIN
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCFOLD void* $ctor();
51
52 MCFOLD void* $ctor(::Bedrock::EnableNonOwnerReferences const&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCFOLD void $dtor();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
67
68} // namespace Bedrock
Definition EnableNonOwnerReferences.h:7
static MCAPI void ** $vftable()
Definition EnableNonOwnerReferences.h:15