| add_i_transition(hstate_t, hstate_t, input_letter_t, output_semiring_elt_t=output_semiring_elt_t()) | MetaElement< TransducerBase< Self >, T > | |
| add_io_transition(hstate_t, hstate_t, input_monoid_elt_value_t, output_monoid_elt_value_t, output_semiring_elt_t=output_semiring_elt_t()) | MetaElement< TransducerBase< Self >, T > | |
| add_io_transition(hstate_t, hstate_t, input_letter_t, output_letter_t, output_semiring_elt_t=output_semiring_elt_t()) | MetaElement< TransducerBase< Self >, T > | |
| add_letter_transition(hstate_t from, hstate_t to, const letter_t &l) | MetaElement< AutomataBase< Self >, T > | |
| add_o_transition(hstate_t, hstate_t, output_letter_t, output_semiring_elt_t=output_semiring_elt_t()) | MetaElement< TransducerBase< Self >, T > | |
| add_series_transition(hstate_t from, hstate_t to, const series_set_elt_t &e) | MetaElement< AutomataBase< Self >, T > | |
| add_spontaneous(hstate_t from, hstate_t to, const semiring_elt_t &w) | MetaElement< AutomataBase< Self >, T > | |
| add_spontaneous(hstate_t from, hstate_t to) | MetaElement< AutomataBase< Self >, T > | |
| add_state() | MetaElement< AutomataBase< Self >, T > | |
| add_transition(hstate_t from, hstate_t to, const label_t &label) | MetaElement< AutomataBase< Self >, T > | |
| add_weighted_transition(hstate_t from, hstate_t to, const semiring_elt_t &w, const monoid_elt_value_t &m) | MetaElement< AutomataBase< Self >, T > | |
| automaton_t typedef | MetaElement< TransducerBase< Self >, T > | |
| choose_state() const | MetaElement< AutomataBase< Self >, T > | |
| clear_final() | MetaElement< AutomataBase< Self >, T > | |
| clear_initial() | MetaElement< AutomataBase< Self >, T > | |
| del_state(hstate_t s) | MetaElement< AutomataBase< Self >, T > | |
| del_transition(htransition_t e) | MetaElement< AutomataBase< Self >, T > | |
| delta(OutputIterator res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| delta(OutputIterator res, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| deltac(Container &res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| deltac(Container &res, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| deltaf(Functor &fun, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| deltaf(Functor &fun, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| dst_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| exists() const | MetaElement< AutomataBase< Self >, T > | |
| final() const | MetaElement< AutomataBase< Self >, T > | |
| final_iterator typedef | MetaElement< AutomataBase< Self >, T > | |
| final_t typedef | MetaElement< AutomataBase< Self >, T > | |
| geometry() | MetaElement< AutomataBase< Self >, T > | |
| geometry() const | MetaElement< AutomataBase< Self >, T > | |
| geometry_t typedef | MetaElement< AutomataBase< Self >, T > | |
| get_final(hstate_t what) const | MetaElement< AutomataBase< Self >, T > | |
| get_initial(hstate_t state) const | MetaElement< AutomataBase< Self >, T > | |
| has_state(hstate_t s) const | MetaElement< AutomataBase< Self >, T > | |
| has_transition(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, series_set_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, series_set_elt_value_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, series_set_elt_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, monoid_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, monoid_elt_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, monoid_elt_value_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, letter_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, semiring_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, semiring_elt_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, semiring_elt_value_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, tag_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, label_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, states_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, state_iterator) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, transitions_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, transition_iterator) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, initial_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, initial_support_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, initial_iterator) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, final_t) | MetaElement< TransducerBase< Self >, T > | |
| INHERIT_TYPEDEF_(automaton_t, final_iterator) | MetaElement< TransducerBase< Self >, T > | |
| initial() const | MetaElement< AutomataBase< Self >, T > | |
| initial_iterator typedef | MetaElement< AutomataBase< Self >, T > | |
| initial_support_t typedef | MetaElement< AutomataBase< Self >, T > | |
| initial_t typedef | MetaElement< AutomataBase< Self >, T > | |
| input_letter_t typedef | MetaElement< TransducerBase< Self >, T > | |
| input_monoid_elt_t typedef | MetaElement< TransducerBase< Self >, T > | |
| input_monoid_elt_value_t typedef | MetaElement< TransducerBase< Self >, T > | |
| input_monoid_t typedef | MetaElement< TransducerBase< Self >, T > | |
| input_of(htransition_t) const | MetaElement< TransducerBase< Self >, T > | |
| is_final(hstate_t state) const | MetaElement< AutomataBase< Self >, T > | |
| is_initial(hstate_t state) const | MetaElement< AutomataBase< Self >, T > | |
| is_spontaneous(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| label_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| label_t typedef | MetaElement< AutomataBase< Self >, T > | |
| letter_delta(OutputIterator res, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_deltac(Container &res, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_deltaf(Functor &fun, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| letter_rdelta(OutputIterator res, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_rdeltac(Container &res, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_rdeltaf(Functor &fun, hstate_t from, const L &letter, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| letter_t typedef | MetaElement< AutomataBase< Self >, T > | |
| MetaElement() | MetaElement< TransducerBase< Self >, T > | [protected] |
| MetaElement(const MetaElement &other) | MetaElement< TransducerBase< Self >, T > | [protected] |
| monoid_elt_t typedef | MetaElement< AutomataBase< Self >, T > | |
| monoid_elt_value_t typedef | MetaElement< AutomataBase< Self >, T > | |
| monoid_t typedef | MetaElement< AutomataBase< Self >, T > | |
| mother_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_letter_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_monoid_elt_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_monoid_elt_value_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_monoid_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_of(htransition_t) const | MetaElement< TransducerBase< Self >, T > | |
| output_semiring_elt_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_semiring_elt_value_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_semiring_t typedef | MetaElement< TransducerBase< Self >, T > | |
| output_series_set_elt_t typedef | MetaElement< TransducerBase< Self >, T > | |
| rdelta(OutputIterator res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| rdelta(OutputIterator res, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| rdeltac(Container &res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| rdeltac(Container &res, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| rdeltaf(Functor &fun, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| rdeltaf(Functor &fun, hstate_t from, const L &query, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| self_t typedef | MetaElement< TransducerBase< Self >, T > | |
| semiring_elt_t typedef | MetaElement< AutomataBase< Self >, T > | |
| semiring_elt_value_t typedef | MetaElement< AutomataBase< Self >, T > | |
| semiring_t typedef | MetaElement< AutomataBase< Self >, T > | |
| series() const | MetaElement< AutomataBase< Self >, T > | |
| series_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| series_set_elt_t typedef | MetaElement< AutomataBase< Self >, T > | |
| series_set_elt_value_t typedef | MetaElement< AutomataBase< Self >, T > | |
| series_set_t typedef | MetaElement< AutomataBase< Self >, T > | |
| series_value_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| set_final(hstate_t state) | MetaElement< AutomataBase< Self >, T > | |
| set_final(hstate_t state, const series_set_elt_t &m) | MetaElement< AutomataBase< Self >, T > | |
| set_initial(hstate_t state) | MetaElement< AutomataBase< Self >, T > | |
| set_initial(hstate_t state, const series_set_elt_t &m) | MetaElement< AutomataBase< Self >, T > | |
| set_o_final(hstate_t, output_monoid_elt_value_t) | MetaElement< TransducerBase< Self >, T > | |
| set_o_initial(hstate_t, output_monoid_elt_value_t) | MetaElement< TransducerBase< Self >, T > | |
| spontaneous_delta(OutputIterator res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| spontaneous_deltac(Container &res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| spontaneous_deltaf(Functor &fun, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| spontaneous_rdelta(OutputIterator res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| spontaneous_rdeltac(Container &res, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| spontaneous_rdeltaf(Functor &fun, hstate_t from, delta_kind::kind< Kind > k) const | MetaElement< AutomataBase< Self >, T > | |
| src_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| state_iterator typedef | MetaElement< AutomataBase< Self >, T > | |
| states() const | MetaElement< AutomataBase< Self >, T > | |
| states_t typedef | MetaElement< AutomataBase< Self >, T > | |
| tag() | MetaElement< AutomataBase< Self >, T > | |
| tag() const | MetaElement< AutomataBase< Self >, T > | |
| tag_t typedef | MetaElement< AutomataBase< Self >, T > | |
| transition_iterator typedef | MetaElement< AutomataBase< Self >, T > | |
| transitions() const | MetaElement< AutomataBase< Self >, T > | |
| transitions_t typedef | MetaElement< AutomataBase< Self >, T > | |
| unset_final(hstate_t state) | MetaElement< AutomataBase< Self >, T > | |
| unset_initial(hstate_t state) | MetaElement< AutomataBase< Self >, T > | |
| update(htransition_t e, const label_t &l) | MetaElement< AutomataBase< Self >, T > | |
| weight_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| word_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |
| word_value_of(htransition_t e) const | MetaElement< AutomataBase< Self >, T > | |