Include file:
#include "mcrl2/data/variable.h"
The class variable.
mcrl2::data::
variable_key_type
¶typedef for std::pair< atermpp::aterm, atermpp::aterm >
mcrl2::data::
variable_vector
¶typedef for std::vector< variable >
vector of variables
mcrl2::data::
is_untyped_sort_variable
(const atermpp::aterm_appl &x)Test for a untyped_sort_variable expression.
Parameters:
Returns: True if x is a untyped_sort_variable expression
mcrl2::data::
operator<<
(std::ostream &out, const untyped_sort_variable &x)Outputs the object to a stream.
Parameters:
Returns: The output stream
mcrl2::data::
operator<<
(std::ostream &out, const variable &x)¶Outputs the object to a stream.
Parameters:
Returns: The output stream
mcrl2::data::
swap
(untyped_sort_variable &t1, untyped_sort_variable &t2)swap overload