Searched refs:InvertMapper (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dinvert.h31 template <class A> struct InvertMapper { struct in namespace:fst
32 InvertMapper() {} function in struct:fst::InvertMapper
59 ArcMap(fst, InvertMapper<Arc>());
77 class InvertFst : public ArcMapFst<A, A, InvertMapper<A> > {
80 typedef InvertMapper<A> C;
81 typedef ArcMapFstImpl< A, A, InvertMapper<A> > Impl;
103 : public StateIterator< ArcMapFst<A, A, InvertMapper<A> > > {
106 : StateIterator< ArcMapFst<A, A, InvertMapper<A> > >(fst) {}
113 : public ArcIterator< ArcMapFst<A, A, InvertMapper<A> > > {
116 : ArcIterator< ArcMapFst<A, A, InvertMapper<
[all...]

Completed in 72 milliseconds