mcrl2::bes::boolean_variable =============================================================================== Include file: .. code-block:: c++ #include "mcrl2/bes/boolean_expression.h .. cpp:class:: mcrl2::bes::boolean_variable A boolean variable. Public member functions ------------------------------------------------------------------------------- .. cpp:function:: boolean_variable() Default constructor. .. cpp:function:: boolean_variable(boolean_variable &&) noexcept=default .. cpp:function:: boolean_variable(const atermpp::aterm &term) Constructor. **Parameters:** * **term** A term .. cpp:function:: boolean_variable(const boolean_variable &) noexcept=default Move semantics. .. cpp:function:: boolean_variable(const core::identifier_string &name) Constructor. .. cpp:function:: boolean_variable(const std::string &name) Constructor. .. cpp:function:: const core::identifier_string& name() const .. cpp:function:: boolean_variable& operator=(boolean_variable &&) noexcept=default .. cpp:function:: boolean_variable& operator=(const boolean_variable &) noexcept=default