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
20
22
24
25 MCNAPI bool hasErrors() const;
26
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI void* $ctor();
34
35 MCNAPI void* $ctor(::PackSourceReport const&);
36
37 MCNAPI void* $ctor(::PackSourceReport&&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45};
Definition PackSourceReport.h:5
MCAPI ~PackSourceReport()
MCAPI void * $ctor(::PackSourceReport &&)
MCAPI PackSourceReport(::PackSourceReport &&)
MCAPI PackSourceReport()
MCAPI void $dtor()
MCAPI bool hasErrors() const
MCAPI void * $ctor()
MCAPI void * $ctor(::PackSourceReport const &)
MCAPI PackSourceReport(::PackSourceReport const &)
Definition Alias.h:14