LeviLamina
Loading...
Searching...
No Matches
JSONSchema.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ext/json_schema/JSONSchemaDef.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11namespace cereal { struct SchemaDescription; }
12namespace cereal::ext::internal { struct OutRefsMap; }
13// clang-format on
14
15namespace cereal::ext {
16
18public:
19 // member variables
20 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI JSONSchema();
32
34
36
39 ::std::vector<::cereal::SchemaDescription> const& descriptions
40 );
41
42 MCNAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema&&);
43
44 MCNAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema const&);
45
46 MCNAPI ~JSONSchema();
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
53
54 MCNAPI static ::cereal::ext::JSONSchema
55 fromDescriptions(::std::vector<::cereal::SchemaDescription> const& descriptions, uint64 pos);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCNAPI void* $ctor();
62
64
65 MCNAPI void* $ctor(::cereal::ext::JSONSchema const&);
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73};
74
75} // namespace cereal::ext
Definition ReflectionCtx.h:11
Definition SchemaDescription.h:20
Definition JSONSchema.h:17
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 &&)
static MCAPI ::cereal::ext::JSONSchema fromDescriptions(::std::vector<::cereal::SchemaDescription > const &descriptions, uint64 pos)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor()
MCAPI::cereal::ext::JSONSchema & operator=(::cereal::ext::JSONSchema &&)
MCAPI void * $ctor(::cereal::ext::JSONSchema const &)
Definition JSONSchemaDef.h:19
Definition OutRefsMap.h:7
Definition ctx.h:5
Definition Alias.h:14