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
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
42
44
45 MCNAPI explicit operator bool() const;
46
47 MCNAPI ::cereal::internal::ConstraintDescription& operator=(::cereal::internal::ConstraintDescription&&);
48
49 MCNAPI ::cereal::internal::ConstraintDescription& operator=(::cereal::internal::ConstraintDescription const&);
50
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace cereal::internal
Definition ConstraintDescription.h:7
MCAPI ConstraintDescription(::cereal::internal::ConstraintDescription const &)
MCAPI void * $ctor(::cereal::internal::ConstraintDescription const &)
MCAPI::cereal::internal::ConstraintDescription & operator=(::cereal::internal::ConstraintDescription const &)
MCAPI void * $ctor(::cereal::internal::ConstraintDescription &&)
MCAPI::cereal::internal::ConstraintDescription & operator=(::cereal::internal::ConstraintDescription &&)
MCAPI ConstraintDescription(::cereal::internal::ConstraintDescription &&)
MCAPI void merge(::cereal::internal::ConstraintDescription const &other)
Definition Alias.h:14