3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/cereal/ext/json_schema/JSONSchemaDef.h"
10namespace cereal {
struct ReflectionCtx; }
11namespace cereal {
struct SchemaDescription; }
12namespace cereal::ext::internal {
struct OutRefsMap; }
15namespace cereal::ext {
43 ::std::vector<::cereal::SchemaDescription>
const& descriptions
56 MCNAPI static ::cereal::ext::JSONSchema
57 fromDescriptions(::std::vector<::cereal::SchemaDescription>
const& descriptions, uint64 pos);
Definition ReflectionCtx.h:11
Definition JSONSchema.h:17
MCAPI JSONSchema(::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 &&)
static MCAPI ::cereal::ext::JSONSchema fromDescriptions(::std::vector<::cereal::SchemaDescription > const &descriptions, uint64 pos)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::cereal::ext::JSONSchema & operator=(::cereal::ext::JSONSchema &&)
MCAPI void * $ctor(::cereal::ext::JSONSchema const &)
Definition JSONSchemaDef.h:19
Definition OutRefsMap.h:7