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/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
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::SharedTypes::v1_21_130::DataDrivenUI::DocumentDescription> mDescription;
23 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_21_130::DataDrivenUI::AttribsComposition> mAttribs;
24 ::ll::TypedStorage<8, 24, ::SharedTypes::v1_21_130::DataDrivenUI::Layout> mLayout;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::std::string_view const& UI_COMPOSITION_PAYLOAD_KEY();
43
44 MCAPI static ::SemVersionConstant const& VERSION();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI_C void $dtor();
51 // NOLINTEND
52};
53
54} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5