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 // member functions
20 // NOLINTBEGIN
21 MCFOLD ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
22
23 MCFOLD void validateValue(::std::string const& str, ::cereal::SerializerContext& context) const;
24 // NOLINTEND
25
26public:
27 // vftables
28 // NOLINTBEGIN
29 MCNAPI static void** $vftable();
30 // NOLINTEND
31};
32
33} // namespace SharedTypes
Definition EventIdentifierConstraint.h:17
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5