LeviLamina
Loading...
Searching...
No Matches
Constraint.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
class
SerializerContext; }
8
namespace
cereal::internal {
struct
ConstraintDescription; }
9
// clang-format on
10
11
namespace
cereal {
12
13
class
Constraint
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
void
doPreValidate(::entt::meta_any
const
&,
::cereal::SerializerContext
&)
const
;
19
20
// vIndex: 1
21
virtual
void
doValidate(::entt::meta_any
const
&,
::cereal::SerializerContext
&)
const
= 0;
22
23
// vIndex: 2
24
virtual
~Constraint
() =
default
;
25
26
// vIndex: 3
27
virtual ::cereal::internal::ConstraintDescription description()
const
= 0;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI
void
preValidate
(::entt::meta_any
const
& any,
::cereal::SerializerContext
&
context
)
const
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCNAPI
void
$doPreValidate
(::entt::meta_any
const
&,
::cereal::SerializerContext
&)
const
;
40
// NOLINTEND
41
};
42
43
}
// namespace cereal
cereal::Constraint
Definition
Constraint.h:13
cereal::Constraint::$doPreValidate
MCAPI void $doPreValidate(::entt::meta_any const &, ::cereal::SerializerContext &) const
cereal::Constraint::preValidate
MCAPI void preValidate(::entt::meta_any const &any, ::cereal::SerializerContext &context) const
cereal::SerializerContext
Definition
SerializerContext.h:11
context
Definition
context.h:5
src-server
mc
deps
cereal
Constraint.h
Generated on Sun Oct 12 2025 06:31:22 for LeviLamina by
1.12.0