LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryCerealBase.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/entity/factory/EntityComponentFactoryBase.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class EntityComponentFactoryCerealBase : public ::EntityComponentFactoryBase {
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 EntityComponentFactoryCerealBase& operator=(EntityComponentFactoryCerealBase const&);
28 EntityComponentFactoryCerealBase(EntityComponentFactoryCerealBase const&);
29 EntityComponentFactoryCerealBase();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_C
35 MCNAPI explicit EntityComponentFactoryCerealBase(::cereal::ReflectionCtx& ctx);
36
37 MCNAPI ::cereal::ReflectionCtx& cerealContext();
38
39 MCNAPI void serializeComponentDefinitions(
40 ::DefinitionInstanceGroup& outputDefinitions,
41 ::CompoundTag const& input,
42 ::MinEngineVersion const& minEngineVersion
43 ) const;
44
45 MCNAPI ::ICerealDefinitionSerializer* tryGetDefinitionSerializer(::std::string const& name) const;
46#endif
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52#ifdef LL_PLAT_C
53 MCNAPI void* $ctor(::cereal::ReflectionCtx& ctx);
54#endif
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition CompoundTag.h:23
Definition DefinitionInstanceGroup.h:10
Definition EntityComponentFactoryBase.h:14
static MCAPI void ** $vftable()
Definition ICerealDefinitionSerializer.h:13
Definition MinEngineVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14