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 ::std::string_view getName(::entt::meta_type const& type, uint member);
23
24MCNAPI ::cereal::SchemaDescription getSchemaDescription(::cereal::ReflectionCtx const& ctx, ::entt::type_info info);
25
26MCNAPI ::std::vector<::cereal::SchemaDescription> getSchemaDescriptions(::cereal::ReflectionCtx const& ctx);
27
28MCNAPI bool isOptional(::entt::meta_type const& type);
29
30MCNAPI bool isVariant(::entt::meta_type const& type);
31
32MCNAPI ::entt::meta_type resolve(::cereal::ReflectionCtx const& ctx, ::std::string_view name);
33
34MCNAPI ::Json::Value toJsonValue(::cereal::DynamicValue const& value);
35
36MCNAPI ::std::vector<::entt::meta_func> typeLevelSetters(::entt::meta_type const& type);
37// NOLINTEND
38
39} // namespace cereal
Definition DynamicValue.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5