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