3#include "mc/_HeaderOutputPredefine.h"
7namespace Json {
class Value; }
8namespace cereal {
class DynamicValue; }
9namespace cereal {
struct ReflectionCtx; }
10namespace cereal {
struct SchemaDescription; }
16MCNAPI ::std::string
const* documentation(::entt::meta_type
const& type, uint member);
18MCNAPI ::std::string_view getName(::entt::meta_data
const& data);
20MCNAPI ::std::string_view getName(::entt::meta_type
const& type);
22MCNAPI ::std::string_view getName(::entt::meta_type
const& type, uint member);
28MCNAPI
bool isOptional(::entt::meta_type
const& type);
30MCNAPI
bool isVariant(::entt::meta_type
const& type);
36MCNAPI ::std::vector<::entt::meta_func> typeLevelSetters(::entt::meta_type
const& type);
Definition DynamicValue.h:12
Definition ReflectionCtx.h:11