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/ConstraintHandle.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
18: public ::cereal::ConstraintHandle<::SharedTypes::Legacy::BlockDescriptorSerializer::BlockDescriptorProxyConstraint> {
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 3
23 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
24
25 // vIndex: 1
26 virtual ~BlockDescriptorProxyConstraint() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCNAPI void validateValue(
35 ) const;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
50
51} // namespace SharedTypes::Legacy::BlockDescriptorSerializer
MCAPI::cereal::internal::ConstraintDescription $description() const
MCAPI void validateValue(::SharedTypes::Legacy::BlockDescriptorSerializer::BlockDescriptorProxy const &proxy, ::cereal::SerializerContext &context) const
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition context.h:5