LeviLamina
Loading...
Searching...
No Matches
Module.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/sem_ver/SemVersion.h"
7#include "mc/platform/UUID.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v3_0_0::PackManifestDefinition {
15
16struct Module {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mType;
21 ::ll::TypedStorage<8, 16, ::mce::UUID> mUUID;
22 ::ll::TypedStorage<8, 24, ::SemVersion> mVersion;
23 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mDescription;
24 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mLanguage;
25 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mEntry;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 Module();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
37 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::Module&
39
40 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::Module&
42
43 MCAPI ~Module();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v3_0_0::PackManifestDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5