3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/ext/json_schema/JSONSchemaDef.h"
10namespace cereal {
struct SchemaDescription; }
11namespace cereal::ext::internal {
struct OutRefsMap; }
14namespace cereal::ext {
37 ::std::vector<::cereal::SchemaDescription>
const& descriptions
51 ::std::vector<::cereal::SchemaDescription>
const& descriptions,
53 ::std::string
const& minecraftVersion
Definition JSONSchema.h:16
MCAPI JSONSchema(::cereal::ext::JSONSchema const &)
MCAPI::cereal::ext::JSONSchema & operator=(::cereal::ext::JSONSchema const &)
MCAPI void * $ctor(::cereal::ext::JSONSchema &&)
MCAPI void makeAndNormalizeDefs(::cereal::ext::internal::OutRefsMap &outRefs, ::std::vector<::cereal::SchemaDescription > const &descriptions)
MCAPI JSONSchema(::cereal::ext::JSONSchema &&)
MCAPI::cereal::ext::JSONSchema & operator=(::cereal::ext::JSONSchema &&)
static MCAPI ::cereal::ext::JSONSchema fromDescriptions(::std::vector<::cereal::SchemaDescription > const &descriptions, uint64 pos, ::std::string const &minecraftVersion)
MCAPI void * $ctor(::cereal::ext::JSONSchema const &)
Definition JSONSchemaDef.h:19
Definition OutRefsMap.h:7