Searched defs:FromGallicMapper (Results 1 – 1 of 1) sorted by relevance
717 struct FromGallicMapper { struct718 typedef GallicArc<A, S> FromArc;719 typedef A ToArc;721 typedef typename A::Label Label;722 typedef StringWeight<Label, S> SW;723 typedef typename A::Weight AW;724 typedef typename GallicArc<A, S>::Weight GW;726 A operator()(const FromArc &arc) const { in operator()745 MapFinalAction FinalAction() const { return MAP_ALLOW_SUPERFINAL; } in FinalAction()747 uint64 Properties(uint64 props) const { in Properties()