LeviLamina
Loading...
Searching...
No Matches
JSONSchemaBody.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ext/json_schema/JSONSchemaValidation.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { class DynamicValue; }
11namespace cereal { struct SchemaDescription; }
12namespace cereal::ext::internal { struct JSONSchemaDef; }
13namespace cereal::ext::internal { struct OutRefsMap; }
14namespace cereal::internal { struct ConstraintDescription; }
15// clang-format on
16
17namespace cereal::ext::internal {
18
20public:
21 // member variables
22 // NOLINTBEGIN
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
42
43public:
44 // member functions
45 // NOLINTBEGIN
47
49
50 MCAPI void fill(::cereal::internal::ConstraintDescription const& constraint);
51
52 MCAPI void fillBody(::cereal::SchemaDescription const& schemaInfo, ::cereal::ext::internal::OutRefsMap& outRefs);
53
54 MCAPI void fillBodyIfEnum(::cereal::SchemaDescription const& schemaInfo);
55
56 MCAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody const&);
57
58 MCAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody&&);
59
60 MCAPI ~JSONSchemaBody();
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
66 MCAPI void* $ctor(::cereal::ext::internal::JSONSchemaBody&&);
67
68 MCAPI void* $ctor(::cereal::ext::internal::JSONSchemaBody const&);
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCAPI void $dtor();
75 // NOLINTEND
76};
77
78} // namespace cereal::ext::internal
Definition SchemaDescription.h:20
Definition JSONSchemaBody.h:19
Definition JSONSchemaValidation.h:7
Definition OutRefsMap.h:7
Definition ConstraintDescription.h:7
Definition Alias.h:14