LeviLamina
Loading...
Searching...
No Matches
DocumentDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_130::DataDrivenUI {
11
12struct DocumentDescription {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 DocumentDescription(DocumentDescription const&);
22 DocumentDescription();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCFOLD ::SharedTypes::v1_21_130::DataDrivenUI::DocumentDescription&
29
30 MCFOLD ::SharedTypes::v1_21_130::DataDrivenUI::DocumentDescription&
32
33 MCAPI ~DocumentDescription();
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCAPI static ::std::string_view const& NAME();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
54
55} // namespace SharedTypes::v1_21_130::DataDrivenUI
Definition ReflectionCtx.h:11
Definition ctx.h:5