LeviLamina
Loading...
Searching...
No Matches
NativeModuleDependency.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/deps/shared_types/v3_0_0/pack_manifest/VersionSelectType.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 NativeModuleDependency {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mModuleName;
21 ::ll::TypedStorage<
22 8,
23 32,
24 ::std::variant<::SharedTypes::v3_0_0::PackManifestDefinition::VersionSelectType, ::SemVersion>>
25 mVersion;
26 ::ll::TypedStorage<1, 1, bool> mOptional;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 NativeModuleDependency& operator=(NativeModuleDependency const&);
32 NativeModuleDependency();
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
39 MCAPI ~NativeModuleDependency();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59};
60
61} // namespace SharedTypes::v3_0_0::PackManifestDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5