LeviLamina
Loading...
Searching...
No Matches
PackManifestFactoryCache.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Core { class PathView; }
8// clang-format on
9
10class PackManifestFactoryCache {
11public:
12 // PackManifestFactoryCache inner types declare
13 // clang-format off
14 struct Stats;
15 // clang-format on
16
17 // PackManifestFactoryCache inner types define
18 struct Stats {
19 public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27 public:
28 // prevent constructor by default
29 Stats& operator=(Stats const&);
30 Stats(Stats const&);
31 Stats();
32 };
33
34public:
35 // member variables
36 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
43 PackManifestFactoryCache& operator=(PackManifestFactoryCache const&);
44 PackManifestFactoryCache(PackManifestFactoryCache const&);
45
46public:
47 // member functions
48 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCNAPI_C static ::Core::PathView const& CacheFileName();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor();
62 // NOLINTEND
63};
Definition PathView.h:17
Definition PackManifestFactoryCache.h:18
Definition Alias.h:14