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) const;
51
52 MCNAPI ::cereal::ComponentStorageConstraint& rejectKeys(::std::initializer_list<::std::string> keys);
53
55 // NOLINTEND
56
57public:
58 // constructor thunks
59 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
75
76} // namespace cereal
Definition ComponentStorageConstraint.h:18
MCAPI::cereal::ComponentStorageConstraint & rejectKeys(::std::initializer_list<::std::string > keys)
MCAPI void validateValue(::cereal::ComponentStorage const &storage, ::cereal::SerializerContext &context) const
static MCAPI void ** $vftable()
MCAPI::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const
MCAPI ComponentStorageConstraint(::cereal::ComponentStorageConstraint const &)
MCAPI void * $ctor(::cereal::ComponentStorageConstraint const &)
Definition ComponentStorage.h:10
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5
Definition Alias.h:14