LeviLamina
Loading...
Searching...
No Matches
DynamicValueComplexityConstraint.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 DynamicValue; }
12namespace cereal { class SerializerContext; }
13namespace cereal::internal { struct ConstraintDescription; }
14// clang-format on
15
16namespace SharedTypes {
17
18class DynamicValueComplexityConstraint
19: public ::cereal::ConstraintHandle<::SharedTypes::DynamicValueComplexityConstraint> {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 8, ::std::optional<int>> mMaxDepth;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI DynamicValueComplexityConstraint();
30
31#ifdef LL_PLAT_C
32 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
33#endif
34
35 MCAPI ::SharedTypes::DynamicValueComplexityConstraint& maxDepth(uint depth);
36
37#ifdef LL_PLAT_C
38 MCAPI void validateValue(::cereal::DynamicValue const& value, ::cereal::SerializerContext& serializerContext) const;
39#endif
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor();
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
54
55} // namespace SharedTypes
Definition ConstraintHandle.h:8
Definition DynamicValue.h:10
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7