LeviLamina
Loading...
Searching...
No Matches
LabelSetting.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v3_0_0::PackManifestDefinition {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 LabelSetting& operator=(LabelSetting const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI ::SharedTypes::v3_0_0::PackManifestDefinition::LabelSetting&
26
27 MCNAPI ~LabelSetting();
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCNAPI static ::std::string_view const& TYPE_NAME();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41};
42
43} // namespace SharedTypes::v3_0_0::PackManifestDefinition
static MCAPI ::std::string_view const & TYPE_NAME()
MCAPI::SharedTypes::v3_0_0::PackManifestDefinition::LabelSetting & operator=(::SharedTypes::v3_0_0::PackManifestDefinition::LabelSetting &&)
Definition Alias.h:14