|
template<class T > |
void | apply (T &result, const action_formulas::true_ &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::false_ &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::not_ &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::and_ &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::or_ &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::imp &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::forall &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::exists &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::at &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::multi_action &x) |
|
template<class T > |
void | apply (T &result, const action_formulas::action_formula &x) |
|
template<template< class > class Builder, class Derived>
struct mcrl2::action_formulas::add_data_expressions< Builder, Derived >
Definition at line 216 of file builder.h.