LeviLamina
Loading...
Searching...
No Matches
IPackManifestFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11class PackManifest;
12class PackReport;
15// clang-format on
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~IPackManifestFactory() /*override*/;
22
23 virtual ::std::unique_ptr<::PackManifest>
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30 MCNAPI void $dtor();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36
37 // NOLINTEND
38};
Definition EnableNonOwnerReferences.h:7
Definition IPackManifestFactory.h:17
MCAPI void $dtor()
Definition PackAccessStrategy.h:21
Definition PackManifest.h:37
Definition PackReport.h:16
Definition ResourceLocation.h:15
Definition SubpackInfoCollection.h:11