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#include "mc/deps/cereal/ContextArea.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
17class EventIdentifierConstraint : public ::cereal::ConstraintHandle<::SharedTypes::EventIdentifierConstraint> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~EventIdentifierConstraint() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCFOLD ::cereal::internal::ConstraintDescription description(::cereal::ContextArea req) const;
28
29 MCFOLD void validateValue(::std::string const& str, ::cereal::SerializerContext& context) const;
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace SharedTypes
Definition EventIdentifierConstraint.h:17
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition ConstraintDescription.h:7
Definition context.h:5