3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/BasicSchema.h"
10namespace cereal {
struct SchemaDescription; }
11namespace cereal {
struct SchemaReader; }
12namespace cereal::internal {
struct LoadState; }
15namespace cereal::internal {
25 ::entt::meta_any
const&,
30 virtual ::cereal::SchemaDescription
31 makeDescription(::entt::meta_ctx
const&, ::cereal::internal::BasicSchema::DescriptionMode)
const ;
43 ::entt::meta_any
const&,
47 MCNAPI ::cereal::SchemaDescription
48 $makeDescription(::entt::meta_ctx
const&, ::cereal::internal::BasicSchema::DescriptionMode)
const;
Definition BasicSchema.h:23
Definition UndefinedSchema.h:17
MCAPI void $doLoad(::cereal::SchemaReader &, ::entt::meta_any &, ::entt::meta_any const &, ::cereal::internal::LoadState const &state) const
static MCAPI void ** $vftable()
MCAPI::cereal::SchemaDescription $makeDescription(::entt::meta_ctx const &, ::cereal::internal::BasicSchema::DescriptionMode) const
Definition SchemaReader.h:12