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
19struct JSONSchemaBody : public ::cereal::ext::internal::JSONSchemaValidation {
20public:
21 // member variables
22 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // prevent constructor by default
42 JSONSchemaBody();
43
44public:
45 // member functions
46 // NOLINTBEGIN
48
50
51 MCNAPI void fill(::cereal::internal::ConstraintDescription const& constraint);
52
54
55 MCNAPI void fillBodyIfEnum(::cereal::SchemaDescription const& schemaInfo);
56
57 MCNAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody&&);
58
59 MCNAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody const&);
60
62 // NOLINTEND
63
64public:
65 // static functions
66 // NOLINTBEGIN
67 MCNAPI static void overwriteIfAny(
68 ::std::shared_ptr<::cereal::ext::internal::JSONSchemaDef>& that,
69 ::std::shared_ptr<::cereal::internal::ConstraintDescription> const& other
70 );
71 // NOLINTEND
72
73public:
74 // constructor thunks
75 // NOLINTBEGIN
77
79 // NOLINTEND
80
81public:
82 // destructor thunk
83 // NOLINTBEGIN
84 MCNAPI void $dtor();
85 // NOLINTEND
86};
87
88} // namespace cereal::ext::internal
Definition DynamicValue.h:12
Definition SchemaDescription.h:20
Definition JSONSchemaBody.h:19
MCAPI void fill(::cereal::internal::ConstraintDescription const &constraint)
MCAPI void * $ctor(::cereal::ext::internal::JSONSchemaBody const &)
MCAPI JSONSchemaBody(::cereal::ext::internal::JSONSchemaBody &&)
MCAPI::cereal::ext::internal::JSONSchemaBody & operator=(::cereal::ext::internal::JSONSchemaBody &&)
MCAPI JSONSchemaBody(::cereal::ext::internal::JSONSchemaBody const &)
MCAPI void fillBody(::cereal::SchemaDescription const &schemaInfo, ::cereal::ext::internal::OutRefsMap &outRefs)
MCAPI void * $ctor(::cereal::ext::internal::JSONSchemaBody &&)
static MCAPI void overwriteIfAny(::std::shared_ptr<::cereal::ext::internal::JSONSchemaDef > &that, ::std::shared_ptr<::cereal::internal::ConstraintDescription > const &other)
MCAPI::cereal::ext::internal::JSONSchemaBody & operator=(::cereal::ext::internal::JSONSchemaBody const &)
MCAPI void fillBodyIfEnum(::cereal::SchemaDescription const &schemaInfo)
Definition JSONSchemaDef.h:19
Definition JSONSchemaValidation.h:7
Definition OutRefsMap.h:7
Definition ConstraintDescription.h:7
Definition Alias.h:14