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 { struct DescriptionConfig; }
11namespace cereal { struct SchemaDescription; }
12namespace cereal { struct SchemaReader; }
13namespace cereal { struct SchemaWriter; }
14namespace cereal::internal { struct LoadState; }
15namespace cereal::internal { struct ReflectionContext; }
16namespace cereal::internal { struct SaveState; }
17// clang-format on
18
19namespace cereal::internal {
20
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void doLoad(
27 ::entt::meta_any&,
28 ::entt::meta_any const&,
30 ) const /*override*/;
31
32 virtual void
33 doSave(::cereal::SchemaWriter& any, ::entt::meta_any const& state, ::cereal::internal::SaveState const&) const
34 /*override*/;
35
36 virtual ::cereal::SchemaDescription
37 makeDescription(::cereal::internal::ReflectionContext const&, ::cereal::DescriptionConfig) const /*override*/;
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI void $doLoad(
45 ::entt::meta_any&,
46 ::entt::meta_any const&,
48 ) const;
49
50 MCAPI void
51 $doSave(::cereal::SchemaWriter& any, ::entt::meta_any const& state, ::cereal::internal::SaveState const&) const;
52
53 MCAPI ::cereal::SchemaDescription
55
56
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace cereal::internal
Definition BasicSchema.h:29
Definition UndefinedSchema.h:21
static MCAPI void ** $vftable()
Definition DescriptionConfig.h:12
Definition SchemaDescription.h:21
Definition SchemaReader.h:12
Definition SchemaWriter.h:16
Definition LoadState.h:14
Definition ReflectionContext.h:15
Definition SaveState.h:13