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
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 JSONSchema(JSONSchema const&);
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI JSONSchema();
34
36
37 MCAPI void makeAndNormalizeDefs(
39 ::std::vector<::cereal::SchemaDescription> const& descriptions
40 );
41
42 MCAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema&&);
43
44 MCAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema const&);
45
46 MCAPI ~JSONSchema();
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
53
54 MCAPI static ::cereal::ext::JSONSchema
55 fromDescriptions(::std::vector<::cereal::SchemaDescription> const& descriptions, uint64 pos);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor();
62
63 MCAPI void* $ctor(::cereal::ext::JSONSchema&&);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCAPI void $dtor();
70 // NOLINTEND
71};
72
73} // namespace cereal::ext
Definition ReflectionCtx.h:11
Definition JSONSchema.h:17
Definition JSONSchemaDef.h:19
Definition OutRefsMap.h:7
Definition ctx.h:5
Definition Alias.h:14