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
16MCAPI ::std::string const* documentation(::entt::meta_type const& type, uint member);
17
18MCAPI ::std::string_view getName(::entt::meta_type const& type);
19
20MCAPI ::std::string_view getName(::entt::meta_type const& type, uint member);
21
22MCAPI ::cereal::SchemaDescription getSchemaDescription(::cereal::ReflectionCtx const& ctx, ::entt::type_info info);
23
24MCAPI ::std::vector<::cereal::SchemaDescription> getSchemaDescriptions(::cereal::ReflectionCtx const& ctx);
25
26MCAPI bool isOptional(::entt::meta_type const& type);
27
28MCAPI bool isVariant(::entt::meta_type const& type);
29
30MCAPI ::entt::meta_type resolve(::cereal::ReflectionCtx const& ctx, ::std::string_view name);
31
32MCAPI ::Json::Value toJsonValue(::cereal::DynamicValue const& value);
33
34MCAPI ::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