![]()  | 
  
    Vcsn
    2.8
    
   Be Rational 
   | 
 
This is the complete list of members for vcsn::detail::transpose_automaton_impl< Aut >, including all inherited members.
| add_final(state_t s, weight_t k) -> decltype(aut_-> add_initial(s, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::add_final(Args &&... args) -> decltype(aut_-> add_ final(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| add_initial(state_t s, weight_t k) -> decltype(aut_-> add_ final(s | vcsn::detail::transpose_automaton_impl< Aut > | |
| automaton_decorator< Aut >::add_initial(Args &&... args) -> decltype(aut_-> add_initial(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| add_transition(state_t s, state_t d, label_t l, weight_t k) -> decltype(aut_-> add_transition(d, s, aut_->labelset() ->transpose(l), aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| add_transition(state_t s, state_t d, label_t l) -> decltype(aut_-> add_transition(d, s, aut_->labelset() ->transpose(l))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::add_transition(Args &&... args) -> decltype(aut_-> add_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| add_transition_copy(state_t src, state_t dst, const A &aut, transition_t_of< A > t, bool transpose=false) -> decltype(aut_-> add_transition_copy(dst, src, aut, t, !transpose)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::add_transition_copy(Args &&... args) -> decltype(aut_-> add_transition_copy(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| add_weight(transition_t t, weight_t k) -> decltype(aut_-> add_weight(t, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::add_weight(Args &&... args) -> decltype(aut_-> add_weight(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| all_in(state_t s) const -> decltype(aut_-> all_out(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::all_in(Args &&... args) const -> decltype(aut_-> all_in(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| all_out(state_t s) const -> decltype(aut_-> all_in(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::all_out(Args &&... args) const -> decltype(aut_-> all_out(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| all_states(Args &&... args) const -> decltype(aut_-> all_states(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| all_transitions(Args &&... args) const -> decltype(aut_-> all_transitions(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| aut_ | vcsn::detail::automaton_decorator< Aut > | protected | 
| automaton() const | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator(automaton_t aut) | vcsn::detail::automaton_decorator< Aut > | inline | 
| automaton_decorator(const automaton_decorator &aut) | vcsn::detail::automaton_decorator< Aut > | inline | 
| automaton_decorator(const context_t &ctx) | vcsn::detail::automaton_decorator< Aut > | inline | 
| automaton_decorator(automaton_decorator &&aut) | vcsn::detail::automaton_decorator< Aut > | inline | 
| automaton_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| context(Args &&... args) const -> decltype(aut_-> context(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| context_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| del_state(Args &&... args) -> decltype(aut_-> del_state(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| del_transition(transition_t t) -> decltype(aut_-> del_transition(t)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| del_transition(state_t s, state_t d, label_t l) -> decltype(aut_-> del_transition(d, s, aut_->labelset() ->transpose(l))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::del_transition(Args &&... args) -> decltype(aut_-> del_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| dst_of(transition_t t) const -> decltype(aut_-> src_of(t)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::dst_of(Args &&... args) const -> decltype(aut_-> dst_of(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| element_type typedef | vcsn::detail::automaton_decorator< Aut > | |
| fresh_automaton_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| get_final_weight(state_t s) const -> decltype(aut_-> weightset() ->transpose(aut_->get_initial_weight(s))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::get_final_weight(Args &&... args) const -> decltype(aut_-> get_ final _weight(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| get_initial_weight(state_t s) const -> decltype(aut_-> weightset() ->transpose(aut_->get_ final _weight(s))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::get_initial_weight(Args &&... args) const -> decltype(aut_-> get_initial_weight(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| get_transition(state_t s, state_t d, label_t l) const -> decltype(aut_-> get_transition(d, s, aut_->labelset() ->transpose(l))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::get_transition(Args &&... args) const -> decltype(aut_-> get_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| has_state(Args &&... args) const -> decltype(aut_-> has_state(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| has_transition(transition_t t) const -> decltype(aut_-> has_transition(t)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| has_transition(state_t s, state_t d, label_t l) const -> decltype(aut_-> has_transition(d, s, aut_->labelset() ->transpose(l))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::has_transition(Args &&... args) const -> decltype(aut_-> has_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| is_final(state_t s) const -> decltype(aut_-> is_initial(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::is_final(Args &&... args) const -> decltype(aut_-> is_ final(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| is_initial(state_t s) const -> decltype(aut_-> is_ final(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::is_initial(Args &&... args) const -> decltype(aut_-> is_initial(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| is_lazy(state_t s) const -> decltype(aut_-> is_lazy_in(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::is_lazy(Args &&... args) const -> decltype(aut_-> is_lazy(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| is_lazy_in(state_t s) const -> decltype(aut_-> is_lazy(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::is_lazy_in(Args &&... args) const -> decltype(aut_-> is_lazy_in(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| kind_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| label_of(transition_t t) const -> decltype(aut_-> labelset() ->transpose(aut_->label_of(t))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::label_of(Args &&... args) const -> decltype(aut_-> label_of(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| label_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| labelset(Args &&... args) const -> decltype(aut_-> labelset(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| labelset_ptr typedef | vcsn::detail::automaton_decorator< Aut > | |
| labelset_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| lazy_transition(Args &&... args) -> decltype(element_type::lazy_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| lweight(transition_t t, weight_t k) -> decltype(aut_-> lweight(t, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::lweight(Args &&... args) -> decltype(aut_-> lweight(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| naked_automaton() | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| new_state(Args &&... args) -> decltype(aut_-> new_state(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| new_transition(state_t s, state_t d, label_t l, weight_t k) -> decltype(aut_-> new_transition(d, s, aut_->labelset() ->transpose(l), aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| new_transition(state_t s, state_t d, label_t l) -> decltype(aut_-> new_transition(d, s, aut_->labelset() ->transpose(l))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::new_transition(Args &&... args) -> decltype(aut_-> new_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| new_transition_copy(state_t src, state_t dst, const A &aut, transition_t_of< A > t, bool transpose=false) -> decltype(aut_-> new_transition_copy(dst, src, aut, t, !transpose)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::new_transition_copy(Args &&... args) -> decltype(aut_-> new_transition_copy(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| null_state(Args &&... args) -> decltype(element_type::null_state(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| null_transition(Args &&... args) -> decltype(element_type::null_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| num_all_states(Args &&... args) const -> decltype(aut_-> num_all_states(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| num_finals() const -> decltype(aut_-> num_initials()) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::num_finals(Args &&... args) const -> decltype(aut_-> num_ final s(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| num_initials() const -> decltype(aut_-> num_ final s()) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::num_initials(Args &&... args) const -> decltype(aut_-> num_initials(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| num_states(Args &&... args) const -> decltype(aut_-> num_states(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| num_transitions(Args &&... args) const -> decltype(aut_-> num_transitions(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| operator=(automaton_decorator &&that) | vcsn::detail::automaton_decorator< Aut > | inline | 
| post() -> decltype(automaton_t::element_type::pre()) | vcsn::detail::transpose_automaton_impl< Aut > | inlinestatic | 
| automaton_decorator< Aut >::post(Args &&... args) -> decltype(element_type::post(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| pre() -> decltype(automaton_t::element_type::post()) | vcsn::detail::transpose_automaton_impl< Aut > | inlinestatic | 
| automaton_decorator< Aut >::pre(Args &&... args) -> decltype(element_type::pre(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| prepost_label(Args &&... args) const -> decltype(aut_-> prepost_label(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| print(Args &&... args) const -> decltype(aut_-> print(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| print_set(std::ostream &o, format fmt={}) const | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::print_set(Args &&... args) const -> decltype(aut_-> print_set(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| print_state(Args &&... args) const -> decltype(aut_-> print_state(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| print_state_name(Args &&... args) const -> decltype(aut_-> print_state_name(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| rweight(transition_t t, weight_t k) -> decltype(aut_-> rweight(t, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::rweight(Args &&... args) -> decltype(aut_-> rweight(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| self_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| set_final(state_t s) -> decltype(aut_-> set_initial(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| set_final(state_t s, weight_t k) -> decltype(aut_-> set_initial(s, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::set_final(Args &&... args) -> decltype(aut_-> set_ final(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| set_initial(state_t s) -> decltype(aut_-> set_ final(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| set_initial(state_t s, weight_t k) -> decltype(aut_-> set_ final(s | vcsn::detail::transpose_automaton_impl< Aut > | |
| automaton_decorator< Aut >::set_initial(Args &&... args) -> decltype(aut_-> set_initial(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| set_lazy(state_t s, bool l=true) -> decltype(aut_-> set_lazy_in(s, l)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::set_lazy(Args &&... args) -> decltype(aut_-> set_lazy(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| set_lazy_in(state_t s, bool l=true) -> decltype(aut_-> set_lazy(s, l)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::set_lazy_in(Args &&... args) -> decltype(aut_-> set_lazy_in(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| set_transition(state_t s, state_t d, label_t l, weight_t k) -> decltype(aut_-> set_transition(d, s, aut_->labelset() ->transpose(l), aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::set_transition(Args &&... args) -> decltype(aut_-> set_transition(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| set_weight(transition_t t, weight_t k) -> decltype(aut_-> set_weight(t, aut_->weightset() ->transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::set_weight(Args &&... args) -> decltype(aut_-> set_weight(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| sname() | vcsn::detail::transpose_automaton_impl< Aut > | inlinestatic | 
| automaton_decorator< Aut >::sname(Args &&... args) -> decltype(element_type::sname(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inlinestatic | 
| src_of(transition_t t) const -> decltype(aut_-> dst_of(t)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::src_of(Args &&... args) const -> decltype(aut_-> src_of(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| state_has_name(Args &&... args) const -> decltype(aut_-> state_has_name(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| state_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| states(Args &&... args) const -> decltype(aut_-> states(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| strip() -> decltype(transpose(vcsn::strip(this->naked_automaton()))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| super_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| transition_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| unset_final(state_t s) -> decltype(aut_-> unset_initial(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::unset_final(Args &&... args) -> decltype(aut_-> unset_ final(std | vcsn::detail::automaton_decorator< Aut > | inline | 
| unset_initial(state_t s) -> decltype(aut_-> unset_ final(s)) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::unset_initial(Args &&... args) -> decltype(aut_-> unset_initial(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| weight_of(transition_t t) const -> decltype(aut_-> weightset() ->transpose(aut_->weight_of(t))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::weight_of(Args &&... args) const -> decltype(aut_-> weight_of(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| weight_t typedef | vcsn::detail::transpose_automaton_impl< Aut > | |
| weightset() -> transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| weightset() -> transpose(k))) | vcsn::detail::transpose_automaton_impl< Aut > | inline | 
| automaton_decorator< Aut >::weightset(Args &&... args) const -> decltype(aut_-> weightset(std::forward< Args >(args)...)) | vcsn::detail::automaton_decorator< Aut > | inline | 
| weightset_ptr typedef | vcsn::detail::automaton_decorator< Aut > | |
| weightset_t typedef | vcsn::detail::transpose_automaton_impl< Aut > |