LeviLamina
Loading...
Searching...
No Matches
PackInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/PackType.h"
7#include "mc/deps/core/sem_ver/SemVersion.h"
8
9struct PackInfo {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> name;
14 ::ll::TypedStorage<8, 32, ::std::string> uuid;
15 ::ll::TypedStorage<1, 1, ::PackType> type;
16 ::ll::TypedStorage<8, 24, ::SemVersion> version;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 PackInfo& operator=(PackInfo const&);
22 PackInfo();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI PackInfo(::PackInfo const&);
28
29 MCAPI ~PackInfo();
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor(::PackInfo const&);
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};