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();
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
36 MCAPI ::SharedTypes::v1_21_130::DataDrivenUI::UIComposition&
38
39 MCAPI ~UIComposition();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::string_view const& UI_COMPOSITION_PAYLOAD_KEY();
52
53 MCAPI static ::SemVersionConstant const& VERSION();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5