Include file:
#include "mcrl2/modal_formula/action_formula.h"
Add your file description here.
mcrl2::action_formulas::
action_formula_list
¶typedef for atermpp::term_list< action_formula >
list of action_formulas
mcrl2::action_formulas::
action_formula_vector
¶typedef for std::vector< action_formula >
vector of action_formulas
mcrl2::action_formulas::
is_action_formula
(const atermpp::aterm_appl &x)¶Test for a action_formula expression.
Parameters:
x A term
Returns: True if x is a action_formula expression
is_and
(const atermpp::aterm_appl &x)Test for a and expression.
Parameters:
x A term
Returns: True if x is a and expression
is_at
(const atermpp::aterm_appl &x)¶Test for a at expression.
Parameters:
x A term
Returns: True if x is a at expression
is_exists
(const atermpp::aterm_appl &x)¶Test for a exists expression.
Parameters:
x A term
Returns: True if x is a exists expression
is_false
(const atermpp::aterm_appl &x)Test for a false expression.
Parameters:
x A term
Returns: True if x is a false expression
is_forall
(const atermpp::aterm_appl &x)¶Test for a forall expression.
Parameters:
x A term
Returns: True if x is a forall expression
is_imp
(const atermpp::aterm_appl &x)Test for a imp expression.
Parameters:
x A term
Returns: True if x is a imp expression
is_multi_action
(const atermpp::aterm_appl &x)Test for a multi_action expression.
Parameters:
x A term
Returns: True if x is a multi_action expression
is_not
(const atermpp::aterm_appl &x)Test for a not expression.
Parameters:
x A term
Returns: True if x is a not expression
is_or
(const atermpp::aterm_appl &x)Test for a or expression.
Parameters:
x A term
Returns: True if x is a or expression
is_true
(const atermpp::aterm_appl &x)Test for a true expression.
Parameters:
x A term
Returns: True if x is a true expression
mcrl2::action_formulas::
operator<<
(std::ostream &out, const action_formula &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const true_ &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const false_ &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const not_ &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const and_ &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const or_ &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const imp &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const forall &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const exists &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const at &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
mcrl2::action_formulas::
operator<<
(std::ostream &out, const multi_action &x)¶Outputs the object to a stream.
Parameters:
out An output stream
x Object x
Returns: The output stream
pp
(const action_formula &x)¶pp
(const true_ &x)pp
(const false_ &x)pp
(const not_ &x)pp
(const and_ &x)pp
(const or_ &x)pp
(const imp &x)pp
(const forall &x)pp
(const exists &x)pp
(const multi_action &x)mcrl2::action_formulas::
swap
(action_formula &t1, action_formula &t2)¶swap overload
mcrl2::action_formulas::
swap
(multi_action &t1, multi_action &t2)¶swap overload