LeviLamina
Loading...
Searching...
No Matches
VectorComparativeConstraint.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
11
namespace
cereal::internal {
struct
ConstraintDescription
; }
12
// clang-format on
13
14
namespace
SharedTypes {
15
16
class
VectorComparativeConstraint
:
public
::cereal::ConstraintHandle
<::SharedTypes::VectorComparativeConstraint> {
17
public
:
18
// VectorComparativeConstraint inner types define
19
enum class
ComparisonRequirement :
int
{
20
NotEqual = 0,
21
LessThan = 1,
22
GreaterThan = 2,
23
};
24
25
public
:
26
// member variables
27
// NOLINTBEGIN
28
::ll::TypedStorage<4, 8, ::std::optional<::SharedTypes::VectorComparativeConstraint::ComparisonRequirement>>
29
mComparison;
30
// NOLINTEND
31
32
public
:
33
// virtual functions
34
// NOLINTBEGIN
35
virtual
~VectorComparativeConstraint
()
/*override*/
=
default
;
36
// NOLINTEND
37
38
public
:
39
// member functions
40
// NOLINTBEGIN
41
MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea req)
const
;
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
50
51
}
// namespace SharedTypes
SharedTypes::VectorComparativeConstraint
Definition
VectorComparativeConstraint.h:16
SharedTypes::VectorComparativeConstraint::$vftable
static MCAPI void ** $vftable()
cereal::ConstraintHandle
Definition
ConstraintHandle.h:8
cereal::internal::ConstraintDescription
Definition
ConstraintDescription.h:7
src
mc
deps
shared_types
cereal
VectorComparativeConstraint.h
Generated on
for LeviLamina by
1.16.1