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; }
12// clang-format on
13
14namespace SharedTypes::Legacy::BlockDescriptorSerializer {
15
17: public ::cereal::ConstraintHandle<::SharedTypes::Legacy::BlockDescriptorSerializer::BlockDescriptorProxyConstraint> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~BlockDescriptorProxyConstraint() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI void validateValue(
30 ) const;
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::Legacy::BlockDescriptorSerializer
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition context.h:5