Include file:
#include "mcrl2/modal_formula/resolve_name_clashes.h
mcrl2::state_formulas::detail::
state_variable_name_clash_resolver
¶mcrl2::state_formulas::detail::state_variable_name_clash_resolver::
name_map
¶typedef for std::map< core::identifier_string, std::vector< core::identifier_string > >
mcrl2::state_formulas::detail::state_variable_name_clash_resolver::
super
¶typedef for state_formulas::state_formula_builder< Derived >
mcrl2::state_formulas::detail::state_variable_name_clash_resolver::
m_generator
¶Generator for fresh variable names.
mcrl2::state_formulas::detail::state_variable_name_clash_resolver::
m_names
¶The stack of names.
apply
(T &result, const mu &x)apply
(T &result, const nu &x)enter
(const mu &x)enter
(const nu &x)leave
(const mu &x)leave
(const nu &x)pop
(const core::identifier_string &name)¶Pops the name of the stack.
push
(const core::identifier_string &name)Pushes name on the stack.