LeviLamina
Loading...
Searching...
No Matches
ComponentStorageConstraint.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 ComponentStorage; }
12namespace cereal { class SerializerContext; }
13namespace cereal::internal { struct ConstraintDescription; }
14// clang-format on
15
16namespace cereal {
17
18class ComponentStorageConstraint : public ::cereal::ConstraintHandle<::cereal::ComponentStorageConstraint> {
19public:
20 // ComponentStorageConstraint inner types define
21 enum class ConstraintKeysMode : uchar {
22 None = 0,
23 Reject = 1,
24 Accept = 2,
25 };
26
27public:
28 // member variables
29 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ComponentStorageConstraint& operator=(ComponentStorageConstraint const&);
37 ComponentStorageConstraint();
38
39public:
40 // virtual functions
41 // NOLINTBEGIN
42 virtual ~ComponentStorageConstraint() /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
49
50 MCNAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea req) const;
51
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCNAPI void $dtor();
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
73
74} // namespace cereal
Definition ComponentStorageConstraint.h:18
MCAPI::cereal::internal::ConstraintDescription description(::cereal::ContextArea req) const
MCAPI void validateValue(::cereal::ComponentStorage const &storage, ::cereal::SerializerContext &context) const
static MCAPI void ** $vftable()
MCAPI ComponentStorageConstraint(::cereal::ComponentStorageConstraint const &)
MCAPI void * $ctor(::cereal::ComponentStorageConstraint const &)
Definition ComponentStorage.h:10
Definition ConstraintHandle.h:8
Definition SerializerContext.h:11
Definition ConstraintDescription.h:7
Definition context.h:5
Definition Alias.h:14