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
7namespace cereal { class SerializerContext; }
8namespace cereal::internal { struct ConstraintDescription; }
9// clang-format on
10
11namespace cereal {
12
14public:
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
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI void preValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI void $doPreValidate(::entt::meta_any const&, ::cereal::SerializerContext&) const;
40 // NOLINTEND
41};
42
43} // namespace cereal
Definition Constraint.h:13
MCAPI void $doPreValidate(::entt::meta_any const &, ::cereal::SerializerContext &) const
MCAPI void preValidate(::entt::meta_any const &any, ::cereal::SerializerContext &context) const
Definition SerializerContext.h:11
Definition context.h:5