LeviLamina
Loading...
Searching...
No Matches
BasicGenericTypeSchema.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/schema/BasicSchema.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { class SerializerContext; }
11namespace cereal { struct SchemaReader; }
12// clang-format on
13
14namespace cereal::internal {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~BasicGenericTypeSchema() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI void doLoadWithSchema(
28 ::entt::meta_type const& type,
30 ::entt::meta_any& any,
31 ::entt::meta_any const& udata,
33 ::entt::type_info const& info
34 ) const;
35 // NOLINTEND
36};
37
38} // namespace cereal::internal
Definition SerializerContext.h:11
Definition BasicGenericTypeSchema.h:16
MCAPI void doLoadWithSchema(::entt::meta_type const &type, ::cereal::SchemaReader &value, ::entt::meta_any &any, ::entt::meta_any const &udata, ::cereal::SerializerContext &context, ::entt::type_info const &info) const
Definition BasicSchema.h:19
Definition SchemaReader.h:10
Definition context.h:5