mcrl2::data::mutable_substitution_composer< mutable_map_substitution< AssociativeContainer > >

Include file:

#include "mcrl2/data/substitutions/mutable_substitution_composer.h
template<>
class mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>

Specialization for mutable_map_substitution.

Public types

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::argument_type

typedef for variable_type

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::assignment

typedef for typename substitution_type::assignment

Wrapper class for internal storage and substitution updates using operator().

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::expression_type

typedef for typename substitution_type::expression_type

type used to represent expressions.

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::result_type

typedef for expression_type

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::substitution_type

typedef for mutable_map_substitution< AssociativeContainer >

The type of the wrapped substitution.

template<>
type mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::variable_type

typedef for typename substitution_type::variable_type

type used to represent variables.

Protected attributes

template<>
substitution_type &mcrl2::data::mutable_substitution_composer<mutable_map_substitution<AssociativeContainer>>::g_

object on which substitution manipulations are performed.

Public member functions

mutable_substitution_composer(mutable_map_substitution<AssociativeContainer> &g)

Constructor with mutable substitution object.

Parameters:

  • g underlying substitution object.
const expression_type operator()(variable_type const &v) const

Apply on single single variable expression.

Parameters:

  • v the variable for which to give the associated expression.

Returns: expression equivalent to s(e), or a reference to such an expression.

assignment operator[](variable_type const &v)
const substitution_type &substitution() const

Returns the wrapped substitution.

Returns: The wrapped substitution