|
typedef action_formulas::action_formula_builder_base< Derived > | super |
|
void | apply (T &result, const action_formulas::true_ &x) |
|
void | apply (T &result, const action_formulas::false_ &x) |
|
void | apply (T &result, const action_formulas::not_ &x) |
|
void | apply (T &result, const action_formulas::and_ &x) |
|
void | apply (T &result, const action_formulas::or_ &x) |
|
void | apply (T &result, const action_formulas::imp &x) |
|
void | apply (T &result, const action_formulas::forall &x) |
|
void | apply (T &result, const action_formulas::exists &x) |
|
void | apply (T &result, const action_formulas::at &x) |
|
void | apply (T &result, const action_formulas::multi_action &x) |
|
void | apply (T &result, const action_formulas::action_formula &x) |
|
template<typename Derived>
struct mcrl2::action_formulas::action_formula_builder< Derived >
\brief Builder class
Definition at line 730 of file builder.h.