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

#include <builder.h>

Inheritance diagram for mcrl2::state_formulas::add_state_formula_expressions< Builder, Derived >:
mcrl2::state_formulas::state_formula_builder< state_formula_preprocess_nested_modal_operators_builder< IdentifierGenerator > > mcrl2::state_formulas::state_formula_builder< typecheck_builder > mcrl2::state_formulas::state_formula_builder< state_formula_predicate_variable_rename_builder< IdentifierGenerator > > mcrl2::state_formulas::detail::state_formula_preprocess_nested_modal_operators_builder< IdentifierGenerator > mcrl2::state_formulas::detail::typecheck_builder mcrl2::state_formulas::state_formula_predicate_variable_rename_builder< IdentifierGenerator >

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_state_formula_expressions< Builder, Derived >

Definition at line 2288 of file builder.h.

Member Typedef Documentation

◆ super

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

Definition at line 2290 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_state_formula_expressions< Builder, Derived >::apply ( T &  result,
const state_formulas::and_ x 
)
inline

Definition at line 2337 of file builder.h.

◆ apply() [2/25]

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

Definition at line 2373 of file builder.h.

◆ apply() [3/25]

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

Definition at line 2382 of file builder.h.

◆ apply() [4/25]

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

Definition at line 2476 of file builder.h.

◆ apply() [5/25]

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

Definition at line 2487 of file builder.h.

◆ apply() [6/25]

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

Definition at line 2400 of file builder.h.

◆ apply() [7/25]

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

Definition at line 2308 of file builder.h.

◆ apply() [8/25]

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

Definition at line 2391 of file builder.h.

◆ apply() [9/25]

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

Definition at line 2355 of file builder.h.

◆ apply() [10/25]

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

Definition at line 2409 of file builder.h.

◆ apply() [11/25]

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

Definition at line 2445 of file builder.h.

◆ apply() [12/25]

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

Definition at line 2328 of file builder.h.

◆ apply() [13/25]

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

Definition at line 2518 of file builder.h.

◆ apply() [14/25]

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

Definition at line 2436 of file builder.h.

◆ apply() [15/25]

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

Definition at line 2319 of file builder.h.

◆ apply() [16/25]

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

Definition at line 2509 of file builder.h.

◆ apply() [17/25]

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

Definition at line 2346 of file builder.h.

◆ apply() [18/25]

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

Definition at line 2364 of file builder.h.

◆ apply() [19/25]

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

Definition at line 2536 of file builder.h.

◆ apply() [20/25]

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

Definition at line 2427 of file builder.h.

◆ apply() [21/25]

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

Definition at line 2418 of file builder.h.

◆ apply() [22/25]

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

Definition at line 2297 of file builder.h.

◆ apply() [23/25]

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

Definition at line 2498 of file builder.h.

◆ apply() [24/25]

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

Definition at line 2454 of file builder.h.

◆ apply() [25/25]

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

Definition at line 2465 of file builder.h.

◆ update()

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

Definition at line 2526 of file builder.h.


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