LeviLamina
Loading...
Searching...
No Matches
IntRangeConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/Constraint.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
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 IntRangeConstraint& operator=(IntRangeConstraint const&);
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 2
34 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
35
36 // vIndex: 0
37 virtual void doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const /*override*/;
38
39 // vIndex: 1
40 virtual ~IntRangeConstraint() /*override*/;
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCFOLD ::cereal::internal::ConstraintDescription $description() const;
53
54 MCAPI void $doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace SharedTypes
Definition IntRangeConstraint.h:16
Definition Constraint.h:13
Definition SerializerContext.h:10
Definition context.h:5
Definition Alias.h:14