LeviLamina
Loading...
Searching...
No Matches
AttributeLayerSettings.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace EAS {
6
7struct AttributeLayerSettings {
8public:
9 // member variables
10 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 AttributeLayerSettings& operator=(AttributeLayerSettings const&);
20 AttributeLayerSettings(AttributeLayerSettings const&);
21 AttributeLayerSettings();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCNAPI bool operator==(::EAS::AttributeLayerSettings const&) const;
27
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
37
38} // namespace EAS
Definition AttributeLayerSettings.h:7
MCAPI bool operator==(::EAS::AttributeLayerSettings const &) const
Definition Alias.h:14