16 template <
typename State,
typename Label>
35 template <
typename State>
56 template <
typename State,
typename Label,
typename Weight>
80 template <
typename State,
typename Label>
possibly_labeled_transition_tuple(State s, State d, label_t)
void set_label(label_t &l)
possibly_labeled_transition_tuple(State s, State d, label_t l)
weight_t get_weight() const
label_t get_label() const
value_impl< detail::weight_tag > weight
void set_weight(weight_t &k) ATTRIBUTE_PURE
void set_weight(weight_t &k)
weight_t get_weight() const
Transition on non-empty label.
transition_tuple(State s, State d, Label l, weight_t w)
label_t get_label() const
transition_tuple(State s, State d, Label l, weight_t)
Transition with label and non Boolean weight.