mcrl2::bdd::if_

Include file:

#include "mcrl2/bes/bdd_expression.h
class mcrl2::bdd::if_

brief The if operator for bdd expressions

Public member functions

if_()

brief Default constructor.

if_(const atermpp::aterm &term)

brief Constructor. param term A term

if_(const core::identifier_string &name, const bdd_expression &left, const bdd_expression &right)

brief Constructor.

if_(const if_&) noexcept = default

Move semantics.

if_(const std::string &name, const bdd_expression &left, const bdd_expression &right)

brief Constructor.

if_(if_&&) noexcept = default
const bdd_expression &left() const
const core::identifier_string &name() const
if_ &operator=(const if_&) noexcept = default
if_ &operator=(if_&&) noexcept = default
const bdd_expression &right() const