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 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 UIRoot(UIRoot const&);
30 UIRoot();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIRoot& operator=(::SharedTypes::v1_21_130::DataDrivenUI::UIRoot&&);
36
37 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIRoot&
39
40 MCAPI ~UIRoot();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::std::string_view const& UI_ROOT_PAYLOAD_KEY();
53
54 MCAPI static ::SemVersionConstant const& VERSION();
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5