LeviLamina
Loading...
Searching...
No Matches
ExpressionNodeCerealConstraint.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
15public:
16 // member variables
17 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual void doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const /*override*/;
34
35 // vIndex: 2
36 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
37
38 // vIndex: 1
39 virtual ~ExpressionNodeCerealConstraint() /*override*/;
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI void $doValidate(::entt::meta_any const& any, ::cereal::SerializerContext& context) const;
52
53 MCFOLD ::cereal::internal::ConstraintDescription $description() const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition ExpressionNodeCerealConstraint.h:14
Definition Constraint.h:13
Definition SerializerContext.h:10
Definition context.h:5
Definition Alias.h:14