LeviLamina
Loading...
Searching...
No Matches
UUIDConstraint.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; }
13namespace mce { class UUID; }
14// clang-format on
15
16namespace SharedTypes {
17
18class UUIDConstraint : public ::cereal::ConstraintHandle<::SharedTypes::UUIDConstraint> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, bool> mAllowInvalid;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
29
30 MCAPI void validateValue(::mce::UUID const& uuid, ::cereal::SerializerContext& context) const;
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes
Definition UUIDConstraint.h:18
static MCAPI void ** $vftable()
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition UUID.h:7
Definition ConstraintDescription.h:7
Definition context.h:5