LeviLamina
Loading...
Searching...
No Matches
ConstraintDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal::internal {
6
8public:
9 // member variables
10 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
40 MCAPI void merge(::cereal::internal::ConstraintDescription const& other);
41
42 MCAPI explicit operator bool() const;
43
44 MCAPI ::cereal::internal::ConstraintDescription& operator=(::cereal::internal::ConstraintDescription&&);
45
46 MCAPI ::cereal::internal::ConstraintDescription& operator=(::cereal::internal::ConstraintDescription const&);
47
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor(::cereal::internal::ConstraintDescription const&);
55
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCAPI void $dtor();
63 // NOLINTEND
64};
65
66} // namespace cereal::internal
Definition ConstraintDescription.h:7
Definition Alias.h:14