LeviLamina
Loading...
Searching...
No Matches
NamespaceConstraint.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 NamespaceConstraint : public ::cereal::ConstraintHandle<::SharedTypes::NamespaceConstraint> {
17public:
18 // member variables
19 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 3
33 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
34
35 // vIndex: 1
36 virtual ~NamespaceConstraint() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCNAPI ::std::string getRegexString(::std::optional<::std::string> disallowedNamespace) const;
43
44 MCNAPI void validateValue(::std::string const& value, ::cereal::SerializerContext& context) const;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
65
66} // namespace SharedTypes
Definition NamespaceConstraint.h:16
MCAPI::std::string getRegexString(::std::optional<::std::string > disallowedNamespace) const
static MCAPI void ** $vftable()
MCAPI void validateValue(::std::string const &value, ::cereal::SerializerContext &context) const
MCAPI::cereal::internal::ConstraintDescription $description() const
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition context.h:5
Definition Alias.h:14