Searched defs:StdArc (Results 1 – 2 of 2) sorted by relevance
30 struct StdArc { struct35 StdArc(Label i, Label o, Weight w, StateId s) in StdArc() function38 StdArc() {} in StdArc() argument40 static const string &Type() { // Arc type name in Type()45 Label ilabel; // Transition input label46 Label olabel; // Transition output label47 Weight weight; // Transition weight48 StateId nextstate; // Transition destination state
31 class StdArc; variable