mCRL2
Loading...
Searching...
No Matches
mcrl2::pbes_system::add_sort_expressions< Builder, Derived > Struct Template Reference

#include <builder.h>

Inheritance diagram for mcrl2::pbes_system::add_sort_expressions< Builder, Derived >:
mcrl2::pbes_system::sort_expression_builder< absinthe_sort_expression_builder > mcrl2::pbes_system::absinthe_algorithm::absinthe_sort_expression_builder

Public Types

typedef Builder< Derived > super
 

Public Member Functions

template<class T >
void apply (T &result, const pbes_system::propositional_variable &x)
 
void update (pbes_system::pbes_equation &x)
 
void update (pbes_system::pbes &x)
 
template<class T >
void apply (T &result, const pbes_system::propositional_variable_instantiation &x)
 
template<class T >
void apply (T &result, const pbes_system::not_ &x)
 
template<class T >
void apply (T &result, const pbes_system::and_ &x)
 
template<class T >
void apply (T &result, const pbes_system::or_ &x)
 
template<class T >
void apply (T &result, const pbes_system::imp &x)
 
template<class T >
void apply (T &result, const pbes_system::forall &x)
 
template<class T >
void apply (T &result, const pbes_system::exists &x)
 
template<class T >
void apply (T &result, const pbes_system::pbes_expression &x)
 

Detailed Description

template<template< class > class Builder, class Derived>
struct mcrl2::pbes_system::add_sort_expressions< Builder, Derived >

Definition at line 44 of file builder.h.

Member Typedef Documentation

◆ super

template<template< class > class Builder, class Derived >
typedef Builder<Derived> mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::super

Definition at line 46 of file builder.h.

Member Function Documentation

◆ apply() [1/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::and_ x 
)
inline

Definition at line 103 of file builder.h.

◆ apply() [2/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::exists x 
)
inline

Definition at line 139 of file builder.h.

◆ apply() [3/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::forall x 
)
inline

Definition at line 130 of file builder.h.

◆ apply() [4/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::imp x 
)
inline

Definition at line 121 of file builder.h.

◆ apply() [5/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::not_ x 
)
inline

Definition at line 94 of file builder.h.

◆ apply() [6/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::or_ x 
)
inline

Definition at line 112 of file builder.h.

◆ apply() [7/9]

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

Definition at line 148 of file builder.h.

◆ apply() [8/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::propositional_variable x 
)
inline

Definition at line 53 of file builder.h.

◆ apply() [9/9]

template<template< class > class Builder, class Derived >
template<class T >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::apply ( T &  result,
const pbes_system::propositional_variable_instantiation x 
)
inline

Definition at line 85 of file builder.h.

◆ update() [1/2]

template<template< class > class Builder, class Derived >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::update ( pbes_system::pbes x)
inline

Definition at line 73 of file builder.h.

◆ update() [2/2]

template<template< class > class Builder, class Derived >
void mcrl2::pbes_system::add_sort_expressions< Builder, Derived >::update ( pbes_system::pbes_equation x)
inline

Definition at line 61 of file builder.h.


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