LeviLamina
Loading...
Searching...
No Matches
AutomaticFeatureRuleDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_20 {
6
7struct AutomaticFeatureRuleDescription {
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 32, ::std::string> mIdentifier;
12 ::ll::TypedStorage<8, 32, ::std::string> mPlacesFeature;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 AutomaticFeatureRuleDescription(AutomaticFeatureRuleDescription const&);
18 AutomaticFeatureRuleDescription();
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCFOLD ::SharedTypes::v1_21_20::AutomaticFeatureRuleDescription&
25
26 MCFOLD ::SharedTypes::v1_21_20::AutomaticFeatureRuleDescription&
28
29 MCAPI ~AutomaticFeatureRuleDescription();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes::v1_21_20
Definition AutomaticFeatureRuleDescription.h:7