Searched defs:EditFst (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dedit-fst.h34 // The EditFst class enables non-destructive edit operations on a wrapped
52 // also, this class provides most of the actual implementation of what EditFst
61 // WrappedFstT the type of fst wrapped by the EditFst instance that
362 LOG(ERROR) << "EditFst::Read: read failed: " << opts.source;
379 // WrappedFstT the type of fst wrapped by the EditFst instance that
422 // perform a static_cast to the WrappedFstT type required by EditFst and
501 LOG(ERROR) << "EditFst::Write: write failed: " << opts.source;
599 // for the two properties that always apply to EditFst instances: kExpanded
615 // by EditFst is performed, such as changing an arc of an existing state
632 // The mutable data for this EditFst instanc
690 class EditFst : class in namespace:fst
699 EditFst() : ImplToMutableFst<Impl>(new Impl()) {} function in class:fst::EditFst
701 explicit EditFst(const Fst<A> &fst) : function in class:fst::EditFst
704 explicit EditFst(const WrappedFstT &fst) : function in class:fst::EditFst
708 EditFst(const EditFst<A, WrappedFstT, MutableFstT> &fst, bool safe = false) argument
719 operator =(const EditFst<A, WrappedFstT, MutableFstT> &fst) argument
767 explicit EditFst(Impl *impl) : ImplToMutableFst<Impl>(impl) {} function in class:fst::EditFst
[all...]

Completed in 129 milliseconds