LeviLamina
Loading...
Searching...
No Matches
JsonConstraint.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
15class JsonConstraint : public ::cereal::ConstraintHandle<::JsonConstraint> {
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~JsonConstraint() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
26
27 MCAPI void validateValue(::std::string const& value, ::cereal::SerializerContext& context) const;
28 // NOLINTEND
29
30public:
31 // vftables
32 // NOLINTBEGIN
33 MCNAPI static void** $vftable();
34 // NOLINTEND
35};
Definition JsonConstraint.h:15
static MCAPI void ** $vftable()
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5