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