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 MCNAPI void fill(::cereal::internal::ConstraintDescription const& constraint);
51
53
54 MCNAPI void fillBodyIfEnum(::cereal::SchemaDescription const& schemaInfo);
55
56 MCNAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody const&);
57
58 MCNAPI ::cereal::ext::internal::JSONSchemaBody& operator=(::cereal::ext::internal::JSONSchemaBody&&);
59
61 // NOLINTEND
62
63public:
64 // constructor thunks
65 // NOLINTBEGIN
67
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCNAPI void $dtor();
75 // NOLINTEND
76};
77
78} // namespace cereal::ext::internal
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 &&)
MCAPI::cereal::ext::internal::JSONSchemaBody & operator=(::cereal::ext::internal::JSONSchemaBody const &)
MCAPI void fillBodyIfEnum(::cereal::SchemaDescription const &schemaInfo)
Definition JSONSchemaValidation.h:7
Definition OutRefsMap.h:7
Definition ConstraintDescription.h:7
Definition Alias.h:14