LeviLamina
Loading...
Searching...
No Matches
UIRoot.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_130/data_drivenui/document/AttribsRoot.h"
7#include "mc/deps/shared_types/v1_21_130/data_drivenui/document/DocumentDescription.h"
8#include "mc/deps/shared_types/v1_21_130/data_drivenui/document/Layout.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace SharedTypes::v1_21_130::DataDrivenUI {
17
18struct UIRoot {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_130::DataDrivenUI::DocumentDescription> mDescription;
23 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_130::DataDrivenUI::AttribsRoot> mAttribs;
24 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_130::DataDrivenUI::Layout> mLayout;
25 ::ll::TypedStorage<8, 64, ::std::unordered_set<::std::string>> mExtensionPoints;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 UIRoot();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
37 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIRoot& operator=(::SharedTypes::v1_21_130::DataDrivenUI::UIRoot&&);
38
39 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIRoot&
41
42 MCAPI ~UIRoot();
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49 // NOLINTEND
50
51public:
52 // static variables
53 // NOLINTBEGIN
54 MCAPI static ::std::string_view const& UI_ROOT_PAYLOAD_KEY();
55
56 MCAPI static ::SemVersionConstant const& VERSION();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62 MCAPI void* $ctor(::SharedTypes::v1_21_130::DataDrivenUI::UIRoot const&);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5