LeviLamina
Loading...
Searching...
No Matches
EventIdentifierReferenceConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ConstraintHandle.h"
7#include "mc/deps/shared_types/util/Reference.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { class SerializerContext; }
12namespace cereal::internal { struct ConstraintDescription; }
13// clang-format on
14
15namespace SharedTypes {
16
18: public ::cereal::ConstraintHandle<::SharedTypes::EventIdentifierReferenceConstraint> {
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 3
23 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
24
25 // vIndex: 1
26 virtual ~EventIdentifierReferenceConstraint() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
47
48} // namespace SharedTypes
Definition EventIdentifierReferenceConstraint.h:18
MCAPI::cereal::internal::ConstraintDescription $description() const
MCAPI void validateValue(::SharedTypes::Reference< 1 > const &ref, ::cereal::SerializerContext &context) const
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition Reference.h:8
Definition context.h:5