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();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~PackModel();
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI PackModel(::std::shared_ptr<::Pack const> pack, ::std::string const& subpackName);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::std::shared_ptr<::Pack const> pack, ::std::string const& subpackName);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition Pack.h:27
Definition PackModel.h:5
static MCAPI void ** $vftable()