LeviLamina
Loading...
Searching...
No Matches
ICerealDefinitionSerializer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~ICerealDefinitionSerializer() = default;
31
32 // vIndex: 2
33 virtual ::std::shared_ptr<::IDefinitionInstance> serializeDefinitionInstance(
34 ::rapidjson::
35 GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&,
36 ::MinEngineVersion const&,
38 ) const = 0;
39
40 // vIndex: 1
41 virtual ::std::shared_ptr<::IDefinitionInstance> serializeDefinitionInstance(
42 ::gsl::not_null<::CompoundTag const*>,
43 ::MinEngineVersion const&,
45 ) const = 0;
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51
52 // NOLINTEND
53};
Definition CompoundTag.h:13
Definition ICerealDefinitionSerializer.h:13
Definition IDefinitionInstance.h:12
Definition MinEngineVersion.h:10
Definition ReflectionCtx.h:11
Definition Alias.h:14