LeviLamina
Loading...
Searching...
No Matches
PackModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/PackReport.h"
7
8// auto generated forward declare list
9// clang-format off
10class Pack;
11// clang-format on
12
13struct PackModel {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::Pack const>> mPack;
18 ::ll::TypedStorage<8, 32, ::std::string> mDateAvailable;
19 ::ll::TypedStorage<8, 248, ::PackReport> mPackReport;
20 ::ll::TypedStorage<1, 1, bool> mHasWarnings;
21 ::ll::TypedStorage<4, 4, int> mSubpackIndex;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 PackModel& operator=(PackModel const&);
27 PackModel();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~PackModel();
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI PackModel(::PackModel const&);
39
40 MCAPI PackModel(::std::shared_ptr<::Pack const> pack, int subpackIndex);
41
42 MCAPI PackModel(::std::shared_ptr<::Pack const> pack, ::std::string const& subpackName);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(::PackModel const&);
49
50 MCAPI void* $ctor(::std::shared_ptr<::Pack const> pack, int subpackIndex);
51
52 MCAPI void* $ctor(::std::shared_ptr<::Pack const> pack, ::std::string const& subpackName);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition Pack.h:28
Definition PackModel.h:5
static MCAPI void ** $vftable()