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
10
namespace
cereal {
class
SerializerContext; }
11
namespace
cereal {
struct
SchemaDescription; }
12
namespace
cereal {
struct
SchemaReader; }
13
// clang-format on
14
15
namespace
cereal::internal {
16
17
class
UndefinedSchema
:
public
::cereal::internal::BasicSchema
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 6
22
virtual
void
doLoad(
23
::cereal::SchemaReader
&,
24
::entt::meta_any&,
25
::entt::meta_any
const
&,
26
::cereal::SerializerContext
&
context
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
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCNAPI
void
$doLoad
(
41
::cereal::SchemaReader
&,
42
::entt::meta_any&,
43
::entt::meta_any
const
&,
44
::cereal::SerializerContext
&
context
45
)
const
;
46
47
MCNAPI ::cereal::SchemaDescription
48
$makeDescription
(::entt::meta_ctx
const
&, ::cereal::internal::BasicSchema::DescriptionMode)
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
57
58
}
// namespace cereal::internal
cereal::SerializerContext
Definition
SerializerContext.h:11
cereal::internal::BasicSchema
Definition
BasicSchema.h:19
cereal::internal::UndefinedSchema
Definition
UndefinedSchema.h:17
cereal::internal::UndefinedSchema::$doLoad
MCAPI void $doLoad(::cereal::SchemaReader &, ::entt::meta_any &, ::entt::meta_any const &, ::cereal::SerializerContext &context) const
cereal::internal::UndefinedSchema::$vftable
static MCAPI void ** $vftable()
cereal::internal::UndefinedSchema::$makeDescription
MCAPI::cereal::SchemaDescription $makeDescription(::entt::meta_ctx const &, ::cereal::internal::BasicSchema::DescriptionMode) const
cereal::SchemaReader
Definition
SchemaReader.h:10
context
Definition
context.h:5
src
mc
deps
cereal
schema
UndefinedSchema.h
Generated on Fri Jun 13 2025 05:04:21 for LeviLamina by
1.12.0