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 SchemaDescription; }
11namespace cereal::ext::internal { struct OutRefsMap; }
12// clang-format on
13
14namespace cereal::ext {
15
17public:
18 // member variables
19 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI JSONSchema();
31
33
35
38 ::std::vector<::cereal::SchemaDescription> const& descriptions
39 );
40
41 MCNAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema&&);
42
43 MCNAPI ::cereal::ext::JSONSchema& operator=(::cereal::ext::JSONSchema const&);
44
45 MCNAPI ~JSONSchema();
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCNAPI static ::cereal::ext::JSONSchema
52 fromDescriptions(::std::vector<::cereal::SchemaDescription> const& descriptions, uint64 pos);
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void* $ctor();
59
60 MCNAPI void* $ctor(::cereal::ext::JSONSchema const&);
61
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace cereal::ext
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 &&)
static MCAPI ::cereal::ext::JSONSchema fromDescriptions(::std::vector<::cereal::SchemaDescription > const &descriptions, uint64 pos)
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 Alias.h:14