CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
ConstraintError.hpp
Go to the documentation of this file.
1//
2// CeresEngine - A game development framework
3//
4// Created by Rogiel Sulzbach.
5// Copyright (c) 2018-2023 Rogiel Sulzbach. All rights reserved.
6//
7
8#pragma once
9
10#include "Constraint.hpp"
12
14
15#include <exception>
16#include <string>
17
19
21
32
43
54
65
76
84
93
94} // namespace CeresEngine::Constraint
#define CE_EXCEPTION_DECL2(Name, Parent)
Definition Exception.hpp:100
Definition ConstraintError.hpp:77
~BadRequiredStrength() noexcept
Definition ConstraintError.hpp:82
Definition ConstraintError.hpp:20
An equation or inequality involving one or more variables.
Definition Constraint.hpp:38
A variable as used in an expression.
Definition ConstraintVariable.hpp:50
Definition ConstraintError.hpp:44
Constraint mConstraint
Definition ConstraintError.hpp:46
const Constraint & getConstraint() const
Definition ConstraintError.hpp:52
~DuplicateConstraint() noexcept override=default
Definition ConstraintError.hpp:66
ConstraintVariable mVariable
Definition ConstraintError.hpp:68
~DuplicateEditVariable() noexcept override=default
DuplicateEditVariable(ConstraintVariable variable)
const ConstraintVariable & getVariable() const
Definition ConstraintError.hpp:74
Definition ConstraintError.hpp:85
~InternalSolverError() noexcept override=default
Definition ConstraintError.hpp:33
Constraint mConstraint
Definition ConstraintError.hpp:35
const Constraint & getConstraint() const
Definition ConstraintError.hpp:41
~UnknownConstraint() noexcept override=default
Definition ConstraintError.hpp:55
ConstraintVariable mVariable
Definition ConstraintError.hpp:57
const ConstraintVariable & getVariable() const
Definition ConstraintError.hpp:63
UnknownEditVariable(ConstraintVariable variable)
~UnknownEditVariable() noexcept override=default
Definition ConstraintError.hpp:22
~UnsatisfiableConstraint() noexcept override=default
const Constraint & getConstraint() const noexcept
Definition ConstraintError.hpp:30
Constraint mConstraint
Definition ConstraintError.hpp:24
Definition Exception.hpp:43
Definition Constraint.hpp:22
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25