LeviLamina
Loading...
Searching...
No Matches
JSONSchemaValidation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal::ext::internal {
6
8public:
9 // member variables
10 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ::cereal::ext::internal::JSONSchemaValidation&
36
37 MCAPI ::cereal::ext::internal::JSONSchemaValidation& operator=(::cereal::ext::internal::JSONSchemaValidation&&);
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::cereal::ext::internal::JSONSchemaValidation const&);
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCAPI void $dtor();
52 // NOLINTEND
53};
54
55} // namespace cereal::ext::internal
Definition JSONSchemaValidation.h:7
Definition Alias.h:14