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
27 MCNAPI ::PackSourceReport& operator=(::PackSourceReport&&);
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor();
36
37 MCNAPI void* $ctor(::PackSourceReport const&);
38
39 MCNAPI void* $ctor(::PackSourceReport&&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47};
Definition PackSourceReport.h:5
MCAPI ~PackSourceReport()
MCAPI void * $ctor(::PackSourceReport &&)
MCAPI PackSourceReport(::PackSourceReport &&)
MCAPI::PackSourceReport & operator=(::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