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>
34 serializeDefinitionInstance(::rapidjson::GenericValue<::rapidjson::UTF8<char>, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator>> const&, ::MinEngineVersion const&, ::cereal::ReflectionCtx const&)
35 const = 0;
36
37 // vIndex: 1
38 virtual ::std::shared_ptr<::IDefinitionInstance>
39 serializeDefinitionInstance(::gsl::not_null<::CompoundTag const*>, ::MinEngineVersion const&, ::cereal::ReflectionCtx const&)
40 const = 0;
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52
53 // NOLINTEND
54};
Definition CompoundTag.h:13
Definition ICerealDefinitionSerializer.h:13
Definition IDefinitionInstance.h:13
Definition MinEngineVersion.h:10
Definition ReflectionCtx.h:11
Definition Alias.h:14