|
template<class T > |
void | apply (T &result, const data::variable &x) |
|
template<class T > |
void | apply (T &result, const data::function_symbol &x) |
|
template<class T > |
void | apply (T &result, const data::application &x) |
|
template<class T > |
void | apply (T &result, const data::where_clause &x) |
|
template<class T > |
void | apply (T &result, const data::machine_number &x) |
|
template<class T > |
void | apply (T &result, const data::untyped_identifier &x) |
|
template<class T > |
void | apply (T &result, const data::assignment &x) |
|
template<class T > |
void | apply (T &result, const data::untyped_identifier_assignment &x) |
|
template<class T > |
void | apply (T &result, const data::forall &x) |
|
template<class T > |
void | apply (T &result, const data::exists &x) |
|
template<class T > |
void | apply (T &result, const data::lambda &x) |
|
template<class T > |
void | apply (T &result, const data::set_comprehension &x) |
|
template<class T > |
void | apply (T &result, const data::bag_comprehension &x) |
|
template<class T > |
void | apply (T &result, const data::untyped_set_or_bag_comprehension &x) |
|
template<class T > |
void | apply (T &result, const data::data_equation &x) |
|
template<class T > |
void | apply (T &result, const data::untyped_data_parameter &x) |
|
template<class T > |
void | apply (T &result, const data::data_expression &x) |
|
template<class T > |
void | apply (T &result, const data::assignment_expression &x) |
|
template<class T > |
void | apply (T &result, const data::abstraction &x) |
|
template<template< class > class Builder, class Derived>
struct mcrl2::data::add_variables< Builder, Derived >
Definition at line 693 of file builder.h.