LeviLamina
Loading...
Searching...
No Matches
JSONSchemaInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
cereal::ext::internal {
6
7
struct
JSONSchemaInfo {
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mTitle;
12
::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mDescription;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
JSONSchemaInfo(JSONSchemaInfo
const
&);
18
JSONSchemaInfo();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCFOLD ::cereal::ext::internal::JSONSchemaInfo& operator=(
::cereal::ext::internal::JSONSchemaInfo
const
&);
24
25
MCAPI ~JSONSchemaInfo();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
};
34
35
}
// namespace cereal::ext::internal
cereal::ext::internal::JSONSchemaInfo
Definition
JSONSchemaInfo.h:7
src
mc
deps
cereal
ext
json_schema
JSONSchemaInfo.h
Generated on
for LeviLamina by
1.16.1