9 #ifndef META_PARSER_TRANSITION_H_
10 #define META_PARSER_TRANSITION_H_
21 MAKE_NUMERIC_IDENTIFIER(trans_id, uint16_t)
58 transition(type_t t, class_label lbl);
68 const class_label&
label()
const;
75 bool operator<(
const transition& rhs)
const;
83 using std::runtime_error::runtime_error;