|
bool | mcrl2::regular_formulas::is_seq (const atermpp::aterm &x) |
|
bool | mcrl2::regular_formulas::is_alt (const atermpp::aterm &x) |
|
bool | mcrl2::regular_formulas::is_trans (const atermpp::aterm &x) |
|
bool | mcrl2::regular_formulas::is_trans_or_nil (const atermpp::aterm &x) |
|
bool | mcrl2::regular_formulas::is_untyped_regular_formula (const atermpp::aterm &x) |
|
bool | mcrl2::regular_formulas::is_regular_formula (const atermpp::aterm &x) |
|
std::string | mcrl2::regular_formulas::pp (const regular_formula &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const regular_formula &x) |
|
void | mcrl2::regular_formulas::swap (regular_formula &t1, regular_formula &t2) |
| \brief swap overload
|
|
template<class... ARGUMENTS> |
void | mcrl2::regular_formulas::make_seq (atermpp::aterm &t, const ARGUMENTS &... args) |
|
std::string | mcrl2::regular_formulas::pp (const seq &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const seq &x) |
|
void | mcrl2::regular_formulas::swap (seq &t1, seq &t2) |
| \brief swap overload
|
|
template<class... ARGUMENTS> |
void | mcrl2::regular_formulas::make_alt (atermpp::aterm &t, const ARGUMENTS &... args) |
|
std::string | mcrl2::regular_formulas::pp (const alt &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const alt &x) |
|
void | mcrl2::regular_formulas::swap (alt &t1, alt &t2) |
| \brief swap overload
|
|
template<class... ARGUMENTS> |
void | mcrl2::regular_formulas::make_trans (atermpp::aterm &t, const ARGUMENTS &... args) |
|
std::string | mcrl2::regular_formulas::pp (const trans &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const trans &x) |
|
void | mcrl2::regular_formulas::swap (trans &t1, trans &t2) |
| \brief swap overload
|
|
template<class... ARGUMENTS> |
void | mcrl2::regular_formulas::make_trans_or_nil (atermpp::aterm &t, const ARGUMENTS &... args) |
|
std::string | mcrl2::regular_formulas::pp (const trans_or_nil &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const trans_or_nil &x) |
|
void | mcrl2::regular_formulas::swap (trans_or_nil &t1, trans_or_nil &t2) |
| \brief swap overload
|
|
template<class... ARGUMENTS> |
void | mcrl2::regular_formulas::make_untyped_regular_formula (atermpp::aterm &t, const ARGUMENTS &... args) |
|
std::string | mcrl2::regular_formulas::pp (const untyped_regular_formula &x) |
|
std::ostream & | mcrl2::regular_formulas::operator<< (std::ostream &out, const untyped_regular_formula &x) |
|
void | mcrl2::regular_formulas::swap (untyped_regular_formula &t1, untyped_regular_formula &t2) |
| \brief swap overload
|
|
Add your file description here.
Definition in file regular_formula.h.