LeviLamina
Loading...
Searching...
No Matches
JSONSchemaInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal::ext::internal {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI ::cereal::ext::internal::JSONSchemaInfo& operator=(::cereal::ext::internal::JSONSchemaInfo&&);
24
25 MCNAPI ::cereal::ext::internal::JSONSchemaInfo& operator=(::cereal::ext::internal::JSONSchemaInfo const&);
26
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35};
36
37} // namespace cereal::ext::internal
Definition JSONSchemaInfo.h:7
MCAPI::cereal::ext::internal::JSONSchemaInfo & operator=(::cereal::ext::internal::JSONSchemaInfo const &)
MCAPI::cereal::ext::internal::JSONSchemaInfo & operator=(::cereal::ext::internal::JSONSchemaInfo &&)
Definition Alias.h:14