LeviLamina
Loading...
Searching...
No Matches
PackSourceReport.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
14 PackSourceReport& operator=(PackSourceReport const&);
15
16public:
17 // member functions
18 // NOLINTBEGIN
19 MCAPI PackSourceReport();
20
22
24
25 MCAPI bool hasErrors() const;
26
27 MCAPI ~PackSourceReport();
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor();
34
35 MCAPI void* $ctor(::PackSourceReport const&);
36
37 MCAPI void* $ctor(::PackSourceReport&&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
Definition PackSourceReport.h:5
Definition Alias.h:14