LeviLamina
Loading...
Searching...
No Matches
BlockDescriptorProxyConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/Constraint.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::Legacy::BlockDescriptorSerializer { struct BlockDescriptorProxy; }
11namespace cereal { class SerializerContext; }
12namespace cereal::internal { struct ConstraintDescription; }
13// clang-format on
14
15namespace SharedTypes::Legacy::BlockDescriptorSerializer {
16
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual void doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const /*override*/;
23
24 // vIndex: 2
25 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
26
27 // vIndex: 1
28 virtual ~BlockDescriptorProxyConstraint() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI void $doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const;
41
42 MCFOLD ::cereal::internal::ConstraintDescription $description() const;
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCAPI static void** $vftable();
49 // NOLINTEND
50};
51
52} // namespace SharedTypes::Legacy::BlockDescriptorSerializer
Definition Constraint.h:13
Definition SerializerContext.h:10
Definition context.h:5