Vcsn  2.1
Be Rational
vcsn::detail::mutable_automaton_impl< Context > Member List

This is the complete list of members for vcsn::detail::mutable_automaton_impl< Context >, including all inherited members.

add_final(state_t s, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
add_initial(state_t s, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
add_transition(state_t src, state_t dst, label_t l, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
add_transition(state_t src, state_t dst, label_t l)vcsn::detail::mutable_automaton_impl< Context >inline
add_transition_copy(state_t src, state_t dst, const A &aut, typename A::element_type::transition_t t, bool transpose=false)vcsn::detail::mutable_automaton_impl< Context >inline
add_weight(transition_t t, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
all_in(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
all_in(state_t s, Pred pred) const vcsn::detail::mutable_automaton_impl< Context >inline
all_out(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
all_out(state_t s, Pred pred) const vcsn::detail::mutable_automaton_impl< Context >inline
all_states() const -> decltype(this->state_range(0U, states_.size()))vcsn::detail::mutable_automaton_impl< Context >inline
all_states(Pred pred) const -> decltype(this->state_range(0U, states_.size(), pred))vcsn::detail::mutable_automaton_impl< Context >inline
all_transitions(Pred pred) const vcsn::detail::mutable_automaton_impl< Context >inline
all_transitions() const -> decltype(this->all_transitions(all_transitions_pvcsn::detail::mutable_automaton_impl< Context >inline
context() const vcsn::detail::mutable_automaton_impl< Context >inline
context_t typedefvcsn::detail::mutable_automaton_impl< Context >
ctx_vcsn::detail::mutable_automaton_impl< Context >protected
del_state(state_t s)vcsn::detail::mutable_automaton_impl< Context >inline
del_transition(transition_t t)vcsn::detail::mutable_automaton_impl< Context >inline
del_transition(state_t src, state_t dst, label_t l)vcsn::detail::mutable_automaton_impl< Context >inline
del_transition(state_t s, state_t d)vcsn::detail::mutable_automaton_impl< Context >inline
del_transition_container(tr_cont_t &tc, bool from_succ)vcsn::detail::mutable_automaton_impl< Context >inlineprotected
del_transition_from_dst(transition_t t)vcsn::detail::mutable_automaton_impl< Context >inlineprotected
del_transition_from_src(transition_t t)vcsn::detail::mutable_automaton_impl< Context >inlineprotected
dst_of(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
final_transitions() const -> decltype(this->all_in(post()))vcsn::detail::mutable_automaton_impl< Context >inline
format_transition(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
free_store_t typedefvcsn::detail::mutable_automaton_impl< Context >protected
fresh_automaton_t typedefvcsn::detail::mutable_automaton_impl< Context >
get_final_weight(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
get_initial_weight(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
get_transition(state_t src, state_t dst, label_t l) const vcsn::detail::mutable_automaton_impl< Context >inline
has_state(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
has_transition(state_t src, state_t dst, label_t l) const vcsn::detail::mutable_automaton_impl< Context >inline
has_transition(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
in(state_t s) const -> decltype(this->all_in(s, not_from_pre_pvcsn::detail::mutable_automaton_impl< Context >inline
in(state_t s, label_t l) const -> decltype(this->all_in(s, label_equal_pvcsn::detail::mutable_automaton_impl< Context >inline
initial_transitions() const -> decltype(this->all_out(pre()))vcsn::detail::mutable_automaton_impl< Context >inline
is_final(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
is_initial(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
kind_t typedefvcsn::detail::mutable_automaton_impl< Context >
label_of(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
label_t typedefvcsn::detail::mutable_automaton_impl< Context >
labelset() const vcsn::detail::mutable_automaton_impl< Context >inline
labelset_ptr typedefvcsn::detail::mutable_automaton_impl< Context >
labelset_t typedefvcsn::detail::mutable_automaton_impl< Context >
lmul_weight(transition_t t, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
mutable_automaton_impl()=deletevcsn::detail::mutable_automaton_impl< Context >
mutable_automaton_impl(const mutable_automaton_impl &)=deletevcsn::detail::mutable_automaton_impl< Context >
mutable_automaton_impl(const context_t &ctx)vcsn::detail::mutable_automaton_impl< Context >inline
mutable_automaton_impl(mutable_automaton_impl &&that)vcsn::detail::mutable_automaton_impl< Context >inline
new_state()vcsn::detail::mutable_automaton_impl< Context >inline
new_transition(state_t src, state_t dst, label_t l, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
new_transition(state_t src, state_t dst, label_t l)vcsn::detail::mutable_automaton_impl< Context >inline
new_transition_copy(state_t src, state_t dst, const A &aut, typename A::element_type::transition_t t, bool transpose=false)vcsn::detail::mutable_automaton_impl< Context >inline
null_state()vcsn::detail::mutable_automaton_impl< Context >inlinestatic
null_transition()vcsn::detail::mutable_automaton_impl< Context >inlinestatic
num_all_states() const vcsn::detail::mutable_automaton_impl< Context >inline
num_finals() const vcsn::detail::mutable_automaton_impl< Context >inline
num_initials() const vcsn::detail::mutable_automaton_impl< Context >inline
num_states() const vcsn::detail::mutable_automaton_impl< Context >inline
num_transitions() const vcsn::detail::mutable_automaton_impl< Context >inline
operator=(mutable_automaton_impl &&that)vcsn::detail::mutable_automaton_impl< Context >inline
out(state_t s) const -> decltype(this->all_out(s, not_to_post_pvcsn::detail::mutable_automaton_impl< Context >inline
out(state_t s, label_t l) const -> decltype(this->all_out(s, label_equal_pvcsn::detail::mutable_automaton_impl< Context >inline
outin(state_t s, state_t d) const -> decltype(this->all_out(s, dst_pvcsn::detail::mutable_automaton_impl< Context >inline
post()vcsn::detail::mutable_automaton_impl< Context >inlinestatic
pre()vcsn::detail::mutable_automaton_impl< Context >inlinestatic
prepost_label() const vcsn::detail::mutable_automaton_impl< Context >inline
prepost_label_vcsn::detail::mutable_automaton_impl< Context >protected
print_set(std::ostream &o, format fmt={}) const vcsn::detail::mutable_automaton_impl< Context >inline
print_state(state_t s, std::ostream &o) const vcsn::detail::mutable_automaton_impl< Context >inline
print_state_name(state_t s, std::ostream &o, format={}, bool=false) const vcsn::detail::mutable_automaton_impl< Context >inline
rmul_weight(transition_t t, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
set_final(state_t s, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
set_final(state_t s)vcsn::detail::mutable_automaton_impl< Context >inline
set_initial(state_t s, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
set_initial(state_t s)vcsn::detail::mutable_automaton_impl< Context >inline
set_transition(state_t src, state_t dst, label_t l, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
set_transition(state_t src, state_t dst, label_t l)vcsn::detail::mutable_automaton_impl< Context >inline
set_weight(transition_t t, weight_t w)vcsn::detail::mutable_automaton_impl< Context >inline
sname()vcsn::detail::mutable_automaton_impl< Context >inlinestatic
src_of(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
st_store_t typedefvcsn::detail::mutable_automaton_impl< Context >protected
state_has_name(state_t)vcsn::detail::mutable_automaton_impl< Context >inlinestatic
state_is_strict(state_t s) const vcsn::detail::mutable_automaton_impl< Context >inline
state_range(state_t b, state_t e, Pred pred) const vcsn::detail::mutable_automaton_impl< Context >inlineprotected
state_range(state_t b, state_t e) const -> decltype(this->state_range(b, e, all_states_pvcsn::detail::mutable_automaton_impl< Context >inlineprotected
state_t typedefvcsn::detail::mutable_automaton_impl< Context >
states() const -> decltype(this->state_range(post()+1, states_.size()))vcsn::detail::mutable_automaton_impl< Context >inline
states_vcsn::detail::mutable_automaton_impl< Context >protected
states_fs_vcsn::detail::mutable_automaton_impl< Context >protected
states_output_t typedefvcsn::detail::mutable_automaton_impl< Context >
stored_transition_t typedefvcsn::detail::mutable_automaton_impl< Context >protected
tr_cont_t typedefvcsn::detail::mutable_automaton_impl< Context >protected
tr_store_t typedefvcsn::detail::mutable_automaton_impl< Context >protected
transition_t typedefvcsn::detail::mutable_automaton_impl< Context >
transitions() const -> decltype(this->all_transitions(not_with_pre_post_pvcsn::detail::mutable_automaton_impl< Context >inline
transitions_vcsn::detail::mutable_automaton_impl< Context >protected
transitions_fs_vcsn::detail::mutable_automaton_impl< Context >protected
transitions_output_t typedefvcsn::detail::mutable_automaton_impl< Context >
unset_final(state_t s)vcsn::detail::mutable_automaton_impl< Context >inline
unset_initial(state_t s)vcsn::detail::mutable_automaton_impl< Context >inline
weight_of(transition_t t) const vcsn::detail::mutable_automaton_impl< Context >inline
weight_t typedefvcsn::detail::mutable_automaton_impl< Context >
weightset() const vcsn::detail::mutable_automaton_impl< Context >inline
weightset_ptr typedefvcsn::detail::mutable_automaton_impl< Context >
weightset_t typedefvcsn::detail::mutable_automaton_impl< Context >