LeviLamina
Loading...
Searching...
No Matches
PackModifications.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RepositoryLoading {
6
7struct PackModifications {
8public:
9 // PackModifications inner types declare
10 // clang-format off
12 struct DependencyError;
13 struct ReportError;
14 // clang-format on
15
16 // PackModifications inner types define
17 struct CurrentWorldTemplatePacks {
18 public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24 public:
25 // prevent constructor by default
26 CurrentWorldTemplatePacks& operator=(CurrentWorldTemplatePacks const&);
27 CurrentWorldTemplatePacks(CurrentWorldTemplatePacks const&);
28 CurrentWorldTemplatePacks();
29
30 public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36 public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCNAPI void $dtor();
40 // NOLINTEND
41 };
42
43 struct DependencyError {
44 public:
45 // member variables
46 // NOLINTBEGIN
48 // NOLINTEND
49
50 public:
51 // prevent constructor by default
52 DependencyError& operator=(DependencyError const&);
53 DependencyError(DependencyError const&);
54 DependencyError();
55
56 public:
57 // member functions
58 // NOLINTBEGIN
60 // NOLINTEND
61
62 public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67 };
68
69 struct ReportError {
70 public:
71 // member variables
72 // NOLINTBEGIN
75 // NOLINTEND
76
77 public:
78 // prevent constructor by default
79 ReportError& operator=(ReportError const&);
80 ReportError(ReportError const&);
81 ReportError();
82
83 public:
84 // member functions
85 // NOLINTBEGIN
86 MCNAPI ~ReportError();
87 // NOLINTEND
88
89 public:
90 // destructor thunk
91 // NOLINTBEGIN
92 MCNAPI void $dtor();
93 // NOLINTEND
94 };
95
96public:
97 // member variables
98 // NOLINTBEGIN
102 // NOLINTEND
103
104public:
105 // prevent constructor by default
106 PackModifications& operator=(PackModifications const&);
107 PackModifications();
108
109public:
110 // member functions
111 // NOLINTBEGIN
113
115 // NOLINTEND
116
117public:
118 // constructor thunks
119 // NOLINTBEGIN
121 // NOLINTEND
122
123public:
124 // destructor thunk
125 // NOLINTBEGIN
126 MCNAPI void $dtor();
127 // NOLINTEND
128};
129
130} // namespace RepositoryLoading
Definition PackModifications.h:69
Definition PackModifications.h:7
MCAPI PackModifications(::RepositoryLoading::PackModifications const &)
MCAPI void * $ctor(::RepositoryLoading::PackModifications const &)
Definition Alias.h:14