Vcsn
2.4
Be Rational
|
Functions | |
template<Automaton Aut> | |
bool | register_automaton_functions () |
Instantiate the core functions for automata of type Aut. More... | |
template<typename ExpressionSet > | |
bool | register_expression_functions () |
Instantiate the core functions for expressions of type ExpSet. More... | |
template<typename Ctx > | |
bool | register_kind_functions (labels_are_letters) |
template<typename Ctx > | |
bool | register_functions_is_free (std::true_type) |
template<typename Ctx > | |
bool | register_functions_is_free (std::false_type) |
template<typename Ctx > | |
bool | register_kind_functions (labels_are_one) |
template<typename Ctx > | |
bool | register_kind_functions (labels_are_nullable) |
template<typename Ctx > | |
ATTRIBUTE_CONST bool | register_kind_functions (labels_are_expressions) |
template<typename Ctx > | |
ATTRIBUTE_CONST bool | register_kind_functions (labels_are_tuples) |
template<typename Ctx > | |
bool | register_kind_functions (labels_are_words) |
template<typename Ctx > | |
bool | register_functions () |
bool vcsn::ctx::detail::register_automaton_functions | ( | ) |
Instantiate the core functions for automata of type Aut.
Definition at line 146 of file instantiate.hh.
References vcsn::copy(), vcsn::info(), vcsn::print(), vcsn::proper(), and REGISTER.
bool vcsn::ctx::detail::register_expression_functions | ( | ) |
Instantiate the core functions for expressions of type ExpSet.
Definition at line 159 of file instantiate.hh.
References vcsn::dyn::detail::add_expression(), vcsn::dyn::detail::complement_expression(), vcsn::dyn::detail::concatenate_expression(), vcsn::dyn::detail::conjunction_expression(), vcsn::constant_term(), vcsn::dyn::detail::context_of_expression(), vcsn::derived_term(), vcsn::expand(), vcsn::dyn::detail::expression_one(), vcsn::dyn::detail::expression_zero(), vcsn::dyn::detail::identities_of(), vcsn::inductive(), vcsn::dyn::detail::infiltrate_expression(), vcsn::dyn::detail::info_expression(), vcsn::dyn::detail::ldivide_expression(), vcsn::dyn::detail::less_than_expression(), vcsn::dyn::detail::lweight_expression(), vcsn::dyn::detail::multiply_expression(), vcsn::dyn::detail::multiply_expression_repeated(), vcsn::dyn::detail::print_expression(), vcsn::dyn::detail::rdivide_expression(), REGISTER, vcsn::dyn::detail::rweight_expression(), vcsn::dyn::detail::shuffle_expression(), vcsn::split(), vcsn::dyn::detail::standard_expression(), vcsn::star_height(), vcsn::thompson(), vcsn::to_expansion(), vcsn::dyn::detail::transpose_expression(), and vcsn::dyn::detail::transposition_expression().
bool vcsn::ctx::detail::register_functions | ( | ) |
Definition at line 313 of file instantiate.hh.
References vcsn::accessible(), vcsn::dyn::detail::add_weight(), vcsn::are_isomorphic(), vcsn::coaccessible(), vcsn::dyn::detail::context_of(), vcsn::is_empty(), vcsn::is_eps_acyclic(), vcsn::is_normalized(), vcsn::is_out_sorted(), vcsn::is_proper(), vcsn::is_standard(), vcsn::is_trim(), vcsn::is_useless(), vcsn::is_valid(), vcsn::dyn::detail::is_valid_expression(), vcsn::dyn::detail::list_polynomial(), vcsn::dyn::detail::make_automaton_editor(), vcsn::make_context(), vcsn::dyn::detail::make_word_context(), vcsn::minimize(), vcsn::multiply(), vcsn::dyn::detail::multiply_repeated(), vcsn::dyn::detail::multiply_weight(), vcsn::num_tapes(), vcsn::dyn::detail::print_context(), vcsn::dyn::detail::print_expansion(), vcsn::dyn::detail::print_label(), vcsn::dyn::detail::print_polynomial(), vcsn::dyn::detail::print_weight(), vcsn::push_weights(), vcsn::read_label(), vcsn::read_polynomial(), vcsn::read_weight(), REGISTER, vcsn::sort(), vcsn::standard(), vcsn::to_expression(), vcsn::dyn::detail::to_expression_class(), vcsn::dyn::detail::to_expression_label(), vcsn::transpose(), and vcsn::trim().
bool vcsn::ctx::detail::register_functions_is_free | ( | std::true_type | ) |
Definition at line 208 of file instantiate.hh.
References vcsn::cerny(), vcsn::complete(), vcsn::dyn::detail::conjunction_repeated(), vcsn::de_bruijn(), vcsn::derivation(), vcsn::determinize(), vcsn::dyn::detail::difference_expression(), vcsn::divkbaseb(), vcsn::double_ring(), vcsn::evaluate(), vcsn::is_ambiguous(), vcsn::is_complete(), vcsn::is_deterministic(), vcsn::is_synchronized_by(), vcsn::is_synchronizing(), vcsn::ladybird(), vcsn::dyn::detail::list_polynomial(), vcsn::dyn::detail::multiply_polynomial(), vcsn::pair(), vcsn::dyn::detail::print_polynomial(), REGISTER, vcsn::shortest(), vcsn::synchronizing_word(), and vcsn::u().
bool vcsn::ctx::detail::register_functions_is_free | ( | std::false_type | ) |
Definition at line 256 of file instantiate.hh.
bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_letters | ) |
Definition at line 201 of file instantiate.hh.
bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_one | ) |
Definition at line 263 of file instantiate.hh.
References vcsn::eliminate_state(), and REGISTER.
bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_nullable | ) |
Definition at line 275 of file instantiate.hh.
References vcsn::de_bruijn(), vcsn::divkbaseb(), vcsn::double_ring(), vcsn::ladybird(), REGISTER, and vcsn::u().
ATTRIBUTE_CONST bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_expressions | ) |
Definition at line 291 of file instantiate.hh.
ATTRIBUTE_CONST bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_tuples | ) |
Definition at line 299 of file instantiate.hh.
bool vcsn::ctx::detail::register_kind_functions | ( | labels_are_words | ) |
Definition at line 306 of file instantiate.hh.