LeviLamina
Loading...
Searching...
No Matches
cereal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Json { class Value; }
8namespace cereal { class DynamicValue; }
9namespace cereal { struct ReflectionCtx; }
10namespace cereal { struct SchemaDescription; }
11// clang-format on
12
13namespace cereal {
14// functions
15// NOLINTBEGIN
16MCNAPI ::std::string const* documentation(::entt::meta_type const& type, uint member);
17
18MCNAPI ::std::string_view getName(::entt::meta_data const& data);
19
20MCNAPI ::std::string_view getName(::entt::meta_type const& type);
21
22MCNAPI ::cereal::SchemaDescription getSchemaDescription(::cereal::ReflectionCtx const& ctx, ::entt::type_info info);
23
24MCNAPI ::std::vector<::cereal::SchemaDescription> getSchemaDescriptions(::cereal::ReflectionCtx const& ctx);
25
26MCNAPI bool isOptional(::entt::meta_type const& type);
27
28MCNAPI bool isReflected(::cereal::ReflectionCtx const& ctx, ::entt::type_info const& info);
29
30MCNAPI bool isVariant(::entt::meta_type const& type);
31
32MCNAPI ::Json::Value toJsonValue(::cereal::DynamicValue const& value);
33
34MCNAPI ::std::vector<::entt::meta_func> typeLevelSetters(::entt::meta_type const& type);
35// NOLINTEND
36
37} // namespace cereal
Definition DynamicValue.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5