LeviLamina
Loading...
Searching...
No Matches
UIComposition.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/AttribsComposition.h"
7#include "mc/deps/shared_types/v1_21_130/data_drivenui/document/CompositionLayout.h"
8#include "mc/deps/shared_types/v1_21_130/data_drivenui/document/DocumentDescription.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 UIComposition {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_130::DataDrivenUI::DocumentDescription> mDescription;
23 ::ll::TypedStorage<8, 40, ::SharedTypes::v1_21_130::DataDrivenUI::AttribsComposition> mAttribs;
24 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_130::DataDrivenUI::CompositionLayout> mLayout;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 UIComposition(UIComposition const&);
30 UIComposition();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIComposition&
37
38 MCAPI ~UIComposition();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::std::string_view const& UI_COMPOSITION_PAYLOAD_KEY();
51
52 MCAPI static ::SemVersionConstant const& VERSION();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5