LeviLamina
Loading...
Searching...
No Matches
PackModifications.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RepositoryLoading {
6
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 ReportError {
18 public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25 public:
26 // prevent constructor by default
27 ReportError& operator=(ReportError const&);
30
31 public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI ~ReportError();
35 // NOLINTEND
36
37 public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42 };
43
45 public:
46 // member variables
47 // NOLINTBEGIN
49 // NOLINTEND
50
51 public:
52 // prevent constructor by default
53 DependencyError& operator=(DependencyError const&);
56
57 public:
58 // member functions
59 // NOLINTBEGIN
61 // NOLINTEND
62
63 public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68 };
69
71 public:
72 // member variables
73 // NOLINTBEGIN
75 // NOLINTEND
76
77 public:
78 // prevent constructor by default
82
83 public:
84 // member functions
85 // NOLINTBEGIN
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&);
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:17
Definition PackModifications.h:7
MCAPI PackModifications(::RepositoryLoading::PackModifications const &)
MCAPI void * $ctor(::RepositoryLoading::PackModifications const &)
Definition Alias.h:14