LeviLamina
Loading...
Searching...
No Matches
AutomaticFeatureRuleDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_20 {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCFOLD ::SharedTypes::v1_21_20::AutomaticFeatureRuleDescription&
25
26 MCFOLD ::SharedTypes::v1_21_20::AutomaticFeatureRuleDescription&
28
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
Definition Alias.h:14