Include file:
#include "mcrl2/bes/bdd_expression.h"
add your file description here.
mcrl2::bdd::
bdd_expression_list
¶typedef for atermpp::term_list< bdd_expression >
brief list of bdd_expressions
mcrl2::bdd::
bdd_expression_vector
¶typedef for std::vector< bdd_expression >
brief vector of bdd_expressions
mcrl2::bdd::
is_bdd_expression
(const atermpp::aterm_appl &x)¶brief Test for a bdd_expression expression param x A term return True if a x is a bdd_expression expression
is_false
(const atermpp::aterm_appl &x)¶brief Test for a false expression param x A term return True if a x is a false expression
is_if
(const atermpp::aterm_appl &x)¶brief Test for a if expression param x A term return True if a x is a if expression
is_true
(const atermpp::aterm_appl &x)¶brief Test for a true expression param x A term return True if a x is a true expression
mcrl2::bdd::
make_if_
(atermpp::aterm_appl &t, const ARGUMENTS&... args)¶brief Make_if_ constructs a new term into a given address.
Parameters:
mcrl2::bdd::
operator<<
(std::ostream &out, const bdd_expression &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
mcrl2::bdd::
operator<<
(std::ostream &out, const false_ &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
mcrl2::bdd::
operator<<
(std::ostream &out, const if_ &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
mcrl2::bdd::
operator<<
(std::ostream &out, const true_ &x)¶brief Outputs the object to a stream param out An output stream param x Object x return The output stream
pp
(const bdd_expression &x)¶mcrl2::bdd::
swap
(bdd_expression &t1, bdd_expression &t2)¶brief swap overload