LeviLamina
Loading...
Searching...
No Matches
ContentViews.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class ContentView;
11struct PackIdVersion;
12// clang-format on
13
14struct ContentViews {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mSelectedContentView;
19 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mGlobalContentView;
20 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mAvailableContentView;
21 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mRealmsContentView;
22 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mInvalidContentView;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mUnownedContentView;
24 ::ll::TypedStorage<8, 24, ::std::vector<::PackIdVersion>> mInitialSelectedPacks;
25 ::ll::TypedStorage<1, 1, bool> mRepopulateReports;
26 ::ll::TypedStorage<1, 1, bool> mSelectedContentUpdated;
27 ::ll::TypedStorage<1, 1, bool> mGetInitialSelectedPacks;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ContentViews& operator=(ContentViews const&);
33 ContentViews();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ContentViews(::ContentViews const&);
39
40 MCAPI ~ContentViews();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::ContentViews const&);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition ContentView.h:5
Definition ContentViews.h:5
Definition PackIdVersion.h:10