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 // prevent constructor by default
30 JSONSchema& operator=(JSONSchema const&);
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI JSONSchema();
36
38
40
43 ::std::vector<::cereal::SchemaDescription> const& descriptions
44 );
45
46 MCNAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema&&);
47
48 MCNAPI ~JSONSchema();
49 // NOLINTEND
50
51public:
52 // static functions
53 // NOLINTBEGIN
54 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
55
56 MCNAPI static ::cereal::ext::JSONSchema
57 fromDescriptions(::std::vector<::cereal::SchemaDescription> const& descriptions, uint64 pos);
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCNAPI void* $ctor();
64
65 MCNAPI void* $ctor(::cereal::ext::JSONSchema const&);
66
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCNAPI void $dtor();
74 // NOLINTEND
75};
76
77} // namespace cereal::ext
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 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