Searched defs:LogArc (Results 1 – 4 of 4) sorted by relevance
54 struct LogArc { struct59 LogArc(Label i, Label o, Weight w, StateId s) in LogArc() argument62 LogArc() {} in LogArc() argument64 static const string &Type() { // Arc type name in Type()69 Label ilabel; // Transition input label70 Label olabel; // Transition output label71 Weight weight; // Transition weight72 StateId nextstate; // Transition destination state
30 class LogArc; variable
44 typedef ArcTpl<LogWeight> LogArc; typedef
68 typedef ArcTpl<LogWeight> LogArc; typedef