15 template <
typename State,
class Label>
34 template <
typename State>
55 template <
typename State,
class Label,
class Weight>
79 template <
typename State,
class Label>
label_t get_label() const
weight_t get_weight() const
void set_weight(weight_t &k) ATTRIBUTE_PURE
void set_label(label_t &l)
possibly_labeled_transition_tuple(State s, State d, label_t)
transition_tuple(State s, State d, Label l, weight_t)
Transition with label and non Boolean weight.
void set_weight(weight_t &k)
label_t get_label() const
Transition on non-empty label.
weight_t get_weight() const
possibly_labeled_transition_tuple(State s, State d, label_t l)
transition_tuple(State s, State d, Label l, weight_t w)