LeviLamina
Loading...
Searching...
No Matches
AutomaticFeatureRulesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_10/scatter_params/ScatterParamsData.h"
7#include "mc/deps/shared_types/v1_21_20/feature_rules/AutomaticFeatureRuleConditions.h"
8#include "mc/deps/shared_types/v1_21_20/feature_rules/AutomaticFeatureRuleDescription.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_20 {
16
17struct AutomaticFeatureRulesData {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 64, ::SharedTypes::v1_21_20::AutomaticFeatureRuleDescription> mDescription;
22 ::ll::TypedStorage<8, 272, ::SharedTypes::v1_21_20::AutomaticFeatureRuleConditions> mConditions;
23 ::ll::TypedStorage<8, 664, ::std::optional<::SharedTypes::v1_21_10::ScatterParamsData>> mDistribution;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 AutomaticFeatureRulesData();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI AutomaticFeatureRulesData(::SharedTypes::v1_21_20::AutomaticFeatureRulesData&&);
34
35 MCAPI AutomaticFeatureRulesData(::SharedTypes::v1_21_20::AutomaticFeatureRulesData const&);
36
37 MCAPI ::SharedTypes::v1_21_20::AutomaticFeatureRulesData&
39
40 MCAPI ::SharedTypes::v1_21_20::AutomaticFeatureRulesData&
42
43 MCAPI ~AutomaticFeatureRulesData();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_20
Definition AutomaticFeatureRulesData.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5