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

#include <builder.h>

Inheritance diagram for mcrl2::state_formulas::add_sort_expressions< Builder, Derived >:
mcrl2::state_formulas::sort_expression_builder< state_formula_variable_rename_builder > mcrl2::state_formulas::state_formula_variable_rename_builder

Public Types

typedef Builder< Derived > super
 

Public Member Functions

template<class T >
void apply (T &result, const state_formulas::true_ &x)
 
template<class T >
void apply (T &result, const state_formulas::false_ &x)
 
template<class T >
void apply (T &result, const state_formulas::not_ &x)
 
template<class T >
void apply (T &result, const state_formulas::minus &x)
 
template<class T >
void apply (T &result, const state_formulas::and_ &x)
 
template<class T >
void apply (T &result, const state_formulas::or_ &x)
 
template<class T >
void apply (T &result, const state_formulas::imp &x)
 
template<class T >
void apply (T &result, const state_formulas::plus &x)
 
template<class T >
void apply (T &result, const state_formulas::const_multiply &x)
 
template<class T >
void apply (T &result, const state_formulas::const_multiply_alt &x)
 
template<class T >
void apply (T &result, const state_formulas::forall &x)
 
template<class T >
void apply (T &result, const state_formulas::exists &x)
 
template<class T >
void apply (T &result, const state_formulas::infimum &x)
 
template<class T >
void apply (T &result, const state_formulas::supremum &x)
 
template<class T >
void apply (T &result, const state_formulas::sum &x)
 
template<class T >
void apply (T &result, const state_formulas::must &x)
 
template<class T >
void apply (T &result, const state_formulas::may &x)
 
template<class T >
void apply (T &result, const state_formulas::yaled &x)
 
template<class T >
void apply (T &result, const state_formulas::yaled_timed &x)
 
template<class T >
void apply (T &result, const state_formulas::delay &x)
 
template<class T >
void apply (T &result, const state_formulas::delay_timed &x)
 
template<class T >
void apply (T &result, const state_formulas::variable &x)
 
template<class T >
void apply (T &result, const state_formulas::nu &x)
 
template<class T >
void apply (T &result, const state_formulas::mu &x)
 
void update (state_formulas::state_formula_specification &x)
 
template<class T >
void apply (T &result, const state_formulas::state_formula &x)
 

Detailed Description

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

Definition at line 1193 of file builder.h.

Member Typedef Documentation

◆ super

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

Definition at line 1195 of file builder.h.

Member Function Documentation

◆ apply() [1/25]

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

Definition at line 1242 of file builder.h.

◆ apply() [2/25]

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

Definition at line 1278 of file builder.h.

◆ apply() [3/25]

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

Definition at line 1287 of file builder.h.

◆ apply() [4/25]

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

Definition at line 1379 of file builder.h.

◆ apply() [5/25]

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

Definition at line 1390 of file builder.h.

◆ apply() [6/25]

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

Definition at line 1305 of file builder.h.

◆ apply() [7/25]

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

Definition at line 1213 of file builder.h.

◆ apply() [8/25]

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

Definition at line 1296 of file builder.h.

◆ apply() [9/25]

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

Definition at line 1260 of file builder.h.

◆ apply() [10/25]

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

Definition at line 1314 of file builder.h.

◆ apply() [11/25]

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

Definition at line 1350 of file builder.h.

◆ apply() [12/25]

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

Definition at line 1233 of file builder.h.

◆ apply() [13/25]

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

Definition at line 1417 of file builder.h.

◆ apply() [14/25]

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

Definition at line 1341 of file builder.h.

◆ apply() [15/25]

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

Definition at line 1224 of file builder.h.

◆ apply() [16/25]

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

Definition at line 1408 of file builder.h.

◆ apply() [17/25]

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

Definition at line 1251 of file builder.h.

◆ apply() [18/25]

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

Definition at line 1269 of file builder.h.

◆ apply() [19/25]

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

Definition at line 1438 of file builder.h.

◆ apply() [20/25]

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

Definition at line 1332 of file builder.h.

◆ apply() [21/25]

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

Definition at line 1323 of file builder.h.

◆ apply() [22/25]

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

Definition at line 1202 of file builder.h.

◆ apply() [23/25]

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

Definition at line 1399 of file builder.h.

◆ apply() [24/25]

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

Definition at line 1359 of file builder.h.

◆ apply() [25/25]

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

Definition at line 1370 of file builder.h.

◆ update()

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

Definition at line 1425 of file builder.h.


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