#include <Condition.hpp>
|
std::unique_ptr< Condition > | clone () const override |
| Creates and returns a deep copy of this .
|
|
Definition at line 238 of file Condition.hpp.
◆ Predicated() [1/4]
m::Predicated::Predicated |
( |
bool |
predicated | ) |
|
|
inlineexplicit |
◆ Predicated() [2/4]
m::Predicated::Predicated |
( |
| ) |
|
|
default |
◆ Predicated() [3/4]
◆ Predicated() [4/4]
◆ clone()
std::unique_ptr< Condition > m::Predicated::clone |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ implied_by()
bool m::Predicated::implied_by |
( |
const Condition & |
other | ) |
const |
|
inlineoverridevirtual |
◆ operator!=()
bool m::Condition::operator!= |
( |
const Condition & |
other | ) |
const |
|
inlineinherited |
◆ operator==()
bool m::Predicated::operator== |
( |
const Condition & |
o | ) |
const |
|
inlineoverridevirtual |
◆ predicated()
bool m::Predicated::predicated |
( |
| ) |
const |
|
inline |
◆ 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 262 of file Condition.hpp.
◆ predicated_
bool m::Predicated::predicated_ |
|
private |
The documentation for this struct was generated from the following file: