LeviLamina
Loading...
Searching...
No Matches
EventIdentifierConstraint.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 cereal { class SerializerContext; }
11namespace cereal::internal { struct ConstraintDescription; }
12// clang-format on
13
14namespace SharedTypes {
15
16class EventIdentifierConstraint : public ::cereal::ConstraintHandle<::SharedTypes::EventIdentifierConstraint> {
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 3
21 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
22
23 // vIndex: 1
24 virtual ~EventIdentifierConstraint() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI void validateValue(::std::string const& str, ::cereal::SerializerContext& context) const;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace SharedTypes
Definition EventIdentifierConstraint.h:16
MCAPI::cereal::internal::ConstraintDescription $description() const
MCAPI void validateValue(::std::string const &str, ::cereal::SerializerContext &context) const
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition context.h:5