LeviLamina
Loading...
Searching...
No Matches
SubpackInfoCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
11class SubpackInfoCollection {
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 SubpackInfoCollection& operator=(SubpackInfoCollection const&);
21 SubpackInfoCollection(SubpackInfoCollection const&);
22 SubpackInfoCollection();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCNAPI ::ContentTierIncompatibleReason isCompatible(::ContentTierInfo const& contentInfoTier) const;
29
30 MCNAPI ~SubpackInfoCollection();
31#endif
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCNAPI void $dtor();
39#endif
40 // NOLINTEND
41};
Definition ContentTierIncompatibleReason.h:10
Definition ContentTierInfo.h:12
Definition Alias.h:14