#include <Condition.hpp>
|
std::unique_ptr< Condition > | clone () const override |
| Creates and returns a deep copy of this .
|
|
Definition at line 130 of file Condition.hpp.
◆ Unsatisfiable() [1/3]
m::Unsatisfiable::Unsatisfiable |
( |
| ) |
|
|
explicitdefault |
◆ Unsatisfiable() [2/3]
◆ Unsatisfiable() [3/3]
◆ clone()
std::unique_ptr< Condition > m::Unsatisfiable::clone |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ implied_by()
bool m::Unsatisfiable::implied_by |
( |
const Condition & |
other | ) |
const |
|
inlineoverridevirtual |
◆ operator!=()
bool m::Condition::operator!= |
( |
const Condition & |
other | ) |
const |
|
inlineinherited |
◆ operator==()
bool m::Unsatisfiable::operator== |
( |
const Condition & |
o | ) |
const |
|
inlineoverridevirtual |
◆ project_and_rename()
Inform this Condition
that Identifier
s were simultaneously projected and renamed according to the mapping old2new
, i.e.
afterwards, this Condition
does only consist of Identifier
s contained as second element of each pair in the mapping.
Implements m::Condition.
Definition at line 143 of file Condition.hpp.
The documentation for this struct was generated from the following file: