| 
|   | permutation_automaton_impl (const automaton_t &input) | 
|   | 
| const origins_t &  | origins () const | 
|   | Ordered map: state -> its derived term.  More...
  | 
|   | 
| std::ostream &  | print_state_name (state_t s, std::ostream &o, const std::string &fmt="text") const | 
|   | 
| state_t  | state (state_t s) | 
|   | 
| std::string  | vname (bool full=true) const | 
|   | 
|   | automaton_decorator (automaton_decorator &&aut) | 
|   | 
|   | automaton_decorator (automaton_t aut) | 
|   | 
|   | automaton_decorator (const automaton_decorator &aut) | 
|   | 
|   | automaton_decorator (const context_t &ctx) | 
|   | 
| auto  | add_final (Args &&... args) -> decltype(aut_-> add_ final(std | 
|   | 
| auto  | add_initial (Args &&... args) -> decltype(aut_-> add_initial(std::forward< Args >(args)...)) | 
|   | 
| auto  | add_state (Args &&... args) -> decltype(aut_-> add_state(std::forward< Args >(args)...)) | 
|   | 
| auto  | add_transition (Args &&... args) -> decltype(aut_-> add_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | add_transition_copy (Args &&... args) -> decltype(aut_-> add_transition_copy(std::forward< Args >(args)...)) | 
|   | 
| auto  | add_weight (Args &&... args) -> decltype(aut_-> add_weight(std::forward< Args >(args)...)) | 
|   | 
| auto  | all_in (Args &&... args) const -> decltype(aut_-> all_in(std::forward< Args >(args)...)) | 
|   | 
| auto  | all_out (Args &&... args) const -> decltype(aut_-> all_out(std::forward< Args >(args)...)) | 
|   | 
| auto  | all_states (Args &&... args) const -> decltype(aut_-> all_states(std::forward< Args >(args)...)) | 
|   | 
| auto  | all_transitions (Args &&... args) const -> decltype(aut_-> all_transitions(std::forward< Args >(args)...)) | 
|   | 
| auto  | context (Args &&... args) const -> decltype(aut_-> context(std::forward< Args >(args)...)) | 
|   | 
| auto  | del_state (Args &&... args) -> decltype(aut_-> del_state(std::forward< Args >(args)...)) | 
|   | 
| auto  | del_transition (Args &&... args) -> decltype(aut_-> del_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | dst_of (Args &&... args) const -> decltype(aut_-> dst_of(std::forward< Args >(args)...)) | 
|   | 
| auto  | final_transitions (Args &&... args) const -> decltype(aut_-> final _transitions(std | 
|   | 
| auto  | get_final_weight (Args &&... args) const -> decltype(aut_-> get_ final _weight(std | 
|   | 
| auto  | get_initial_weight (Args &&... args) const -> decltype(aut_-> get_initial_weight(std::forward< Args >(args)...)) | 
|   | 
| auto  | get_transition (Args &&... args) const -> decltype(aut_-> get_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | has_state (Args &&... args) const -> decltype(aut_-> has_state(std::forward< Args >(args)...)) | 
|   | 
| auto  | has_transition (Args &&... args) const -> decltype(aut_-> has_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | in (Args &&... args) const -> decltype(aut_-> in(std::forward< Args >(args)...)) | 
|   | 
| auto  | initial_transitions (Args &&... args) const -> decltype(aut_-> initial_transitions(std::forward< Args >(args)...)) | 
|   | 
| auto  | is_final (Args &&... args) const -> decltype(aut_-> is_ final(std | 
|   | 
| auto  | is_initial (Args &&... args) const -> decltype(aut_-> is_initial(std::forward< Args >(args)...)) | 
|   | 
| auto  | label_of (Args &&... args) const -> decltype(aut_-> label_of(std::forward< Args >(args)...)) | 
|   | 
| auto  | labelset (Args &&... args) const -> decltype(aut_-> labelset(std::forward< Args >(args)...)) | 
|   | 
| auto  | lmul_weight (Args &&... args) -> decltype(aut_-> lmul_weight(std::forward< Args >(args)...)) | 
|   | 
| auto  | new_transition (Args &&... args) -> decltype(aut_-> new_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | new_transition_copy (Args &&... args) -> decltype(aut_-> new_transition_copy(std::forward< Args >(args)...)) | 
|   | 
| auto  | num_all_states (Args &&... args) const -> decltype(aut_-> num_all_states(std::forward< Args >(args)...)) | 
|   | 
| auto  | num_finals (Args &&... args) const -> decltype(aut_-> num_ final s(std | 
|   | 
| auto  | num_initials (Args &&... args) const -> decltype(aut_-> num_initials(std::forward< Args >(args)...)) | 
|   | 
| auto  | num_states (Args &&... args) const -> decltype(aut_-> num_states(std::forward< Args >(args)...)) | 
|   | 
| auto  | num_transitions (Args &&... args) const -> decltype(aut_-> num_transitions(std::forward< Args >(args)...)) | 
|   | 
| automaton_decorator &  | operator= (automaton_decorator &&that) | 
|   | 
| auto  | out (Args &&... args) const -> decltype(aut_-> out(std::forward< Args >(args)...)) | 
|   | 
| auto  | outin (Args &&... args) const -> decltype(aut_-> outin(std::forward< Args >(args)...)) | 
|   | 
| auto  | print_state (Args &&... args) const -> decltype(aut_-> print_state(std::forward< Args >(args)...)) | 
|   | 
| auto  | print_state_name (Args &&... args) const -> decltype(aut_-> print_state_name(std::forward< Args >(args)...)) | 
|   | 
| auto  | rmul_weight (Args &&... args) -> decltype(aut_-> rmul_weight(std::forward< Args >(args)...)) | 
|   | 
| auto  | set_final (Args &&... args) -> decltype(aut_-> set_ final(std | 
|   | 
| auto  | set_initial (Args &&... args) -> decltype(aut_-> set_initial(std::forward< Args >(args)...)) | 
|   | 
| auto  | set_transition (Args &&... args) -> decltype(aut_-> set_transition(std::forward< Args >(args)...)) | 
|   | 
| auto  | set_weight (Args &&... args) -> decltype(aut_-> set_weight(std::forward< Args >(args)...)) | 
|   | 
| auto  | src_of (Args &&... args) const -> decltype(aut_-> src_of(std::forward< Args >(args)...)) | 
|   | 
| auto  | states (Args &&... args) const -> decltype(aut_-> states(std::forward< Args >(args)...)) | 
|   | 
| automaton_t  | strip_history () | 
|   | 
| auto  | transitions (Args &&... args) const -> decltype(aut_-> transitions(std::forward< Args >(args)...)) | 
|   | 
| auto  | unset_final (Args &&... args) -> decltype(aut_-> unset_ final(std | 
|   | 
| auto  | unset_initial (Args &&... args) -> decltype(aut_-> unset_initial(std::forward< Args >(args)...)) | 
|   | 
| auto  | vname (Args &&... args) const -> decltype(aut_-> vname(std::forward< Args >(args)...)) | 
|   | 
| auto  | weight_of (Args &&... args) const -> decltype(aut_-> weight_of(std::forward< Args >(args)...)) | 
|   | 
| auto  | weightset (Args &&... args) const -> decltype(aut_-> weightset(std::forward< Args >(args)...)) | 
|   |