mCRL2
Loading...
Searching...
No Matches
mcrl2::pbes_system::detail::pbes2data_builder< Derived > Struct Template Reference

#include <pbes2data_rewriter.h>

Inheritance diagram for mcrl2::pbes_system::detail::pbes2data_builder< Derived >:
mcrl2::pbes_system::pbes_expression_builder< Derived > mcrl2::pbes_system::add_pbes_expressions< pbes_system::pbes_expression_builder_base, Derived >

Public Types

typedef pbes_expression_builder< Derived > super
 
- Public Types inherited from mcrl2::pbes_system::add_pbes_expressions< pbes_system::pbes_expression_builder_base, Derived >
typedef pbes_system::pbes_expression_builder_base< Derived > super
 

Public Member Functions

data::data_expression pbes2data (const pbes_expression &x) const
 
template<class T >
void apply (T &result, const pbes_expression &x)
 
- Public Member Functions inherited from mcrl2::pbes_system::add_pbes_expressions< pbes_system::pbes_expression_builder_base, Derived >
void update (pbes_system::pbes_equation &x)
 
void update (pbes_system::pbes &x)
 
void apply (T &result, const pbes_system::propositional_variable_instantiation &x)
 
void apply (T &result, const pbes_system::not_ &x)
 
void apply (T &result, const pbes_system::and_ &x)
 
void apply (T &result, const pbes_system::or_ &x)
 
void apply (T &result, const pbes_system::imp &x)
 
void apply (T &result, const pbes_system::forall &x)
 
void apply (T &result, const pbes_system::exists &x)
 
void apply (T &result, const pbes_system::pbes_expression &x)
 

Detailed Description

template<typename Derived>
struct mcrl2::pbes_system::detail::pbes2data_builder< Derived >

Definition at line 32 of file pbes2data_rewriter.h.

Member Typedef Documentation

◆ super

template<typename Derived >
typedef pbes_expression_builder<Derived> mcrl2::pbes_system::detail::pbes2data_builder< Derived >::super

Definition at line 34 of file pbes2data_rewriter.h.

Member Function Documentation

◆ apply()

template<typename Derived >
template<class T >
void mcrl2::pbes_system::detail::pbes2data_builder< Derived >::apply ( T &  result,
const pbes_expression x 
)
inline

Definition at line 76 of file pbes2data_rewriter.h.

◆ pbes2data()

template<typename Derived >
data::data_expression mcrl2::pbes_system::detail::pbes2data_builder< Derived >::pbes2data ( const pbes_expression x) const
inline

Definition at line 37 of file pbes2data_rewriter.h.


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