mCRL2
Loading...
Searching...
No Matches
mcrl2::data::detail::quantifiers_inside_builder Struct Reference

#include <quantifiers_inside_rewriter.h>

Inheritance diagram for mcrl2::data::detail::quantifiers_inside_builder:
mcrl2::data::data_expression_builder< quantifiers_inside_builder > mcrl2::data::add_data_expressions< Builder, Derived >

Public Types

using super = data_expression_builder< quantifiers_inside_builder >
 
- Public Types inherited from mcrl2::data::add_data_expressions< Builder, Derived >
using super = Builder< Derived >
 

Public Member Functions

template<class T >
void apply (T &result, const forall &x)
 
template<class T >
void apply (T &result, const exists &x)
 
- Public Member Functions inherited from mcrl2::data::add_data_expressions< Builder, Derived >
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)
 

Detailed Description

Definition at line 78 of file quantifiers_inside_rewriter.h.

Member Typedef Documentation

◆ super

Member Function Documentation

◆ apply() [1/2]

template<class T >
void mcrl2::data::detail::quantifiers_inside_builder::apply ( T &  result,
const exists x 
)
inline

Definition at line 93 of file quantifiers_inside_rewriter.h.

◆ apply() [2/2]

template<class T >
void mcrl2::data::detail::quantifiers_inside_builder::apply ( T &  result,
const forall x 
)
inline

Definition at line 84 of file quantifiers_inside_rewriter.h.


The documentation for this struct was generated from the following file: