LeviLamina
Loading...
Searching...
No Matches
UndefinedSchema.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 SchemaDescription; }
12namespace cereal { struct SchemaReader; }
13// clang-format on
14
15namespace cereal::internal {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 6
22 virtual void doLoad(
24 ::entt::meta_any&,
25 ::entt::meta_any const&,
27 ) const /*override*/;
28
29 // vIndex: 9
30 virtual ::cereal::SchemaDescription
31 makeDescription(::entt::meta_ctx const&, ::cereal::internal::BasicSchema::DescriptionMode) const /*override*/;
32
33 // vIndex: 0
34 virtual ~UndefinedSchema() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCNAPI void $doLoad(
42 ::entt::meta_any&,
43 ::entt::meta_any const&,
45 ) const;
46
47 MCNAPI ::cereal::SchemaDescription
48 $makeDescription(::entt::meta_ctx const&, ::cereal::internal::BasicSchema::DescriptionMode) const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace cereal::internal
Definition SerializerContext.h:11
Definition BasicSchema.h:19
Definition UndefinedSchema.h:17
MCAPI void $doLoad(::cereal::SchemaReader &, ::entt::meta_any &, ::entt::meta_any const &, ::cereal::SerializerContext &context) const
static MCAPI void ** $vftable()
MCAPI::cereal::SchemaDescription $makeDescription(::entt::meta_ctx const &, ::cereal::internal::BasicSchema::DescriptionMode) const
Definition SchemaReader.h:10
Definition context.h:5