3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/schema/BasicSchema.h"
10namespace cereal {
struct SchemaDescription; }
11namespace cereal {
struct SchemaReader; }
12namespace cereal {
struct SchemaWriter; }
13namespace cereal::internal {
struct LoadState; }
14namespace cereal::internal {
struct SaveState; }
17namespace cereal::internal {
27 ::entt::meta_any
const&,
37 virtual ::cereal::SchemaDescription
38 makeDescription(::entt::meta_ctx
const&, ::cereal::internal::BasicSchema::DescriptionMode)
const ;
50 ::entt::meta_any
const&,
57 MCNAPI ::cereal::SchemaDescription
58 $makeDescription(::entt::meta_ctx
const&, ::cereal::internal::BasicSchema::DescriptionMode)
const;
Definition BasicSchema.h:23
Definition UndefinedSchema.h:19
MCAPI void $doLoad(::cereal::SchemaReader &, ::entt::meta_any &, ::entt::meta_any const &, ::cereal::internal::LoadState const &state) const
MCAPI void $doSave(::cereal::SchemaWriter &, ::entt::meta_any const &any, ::cereal::internal::SaveState const &state) const
static MCAPI void ** $vftable()
MCAPI::cereal::SchemaDescription $makeDescription(::entt::meta_ctx const &, ::cereal::internal::BasicSchema::DescriptionMode) const
Definition SchemaReader.h:12
Definition SchemaWriter.h:16