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

/external/openfst/src/include/fst/
H A Dmutable-fst.h41 class MutableFst : public ExpandedFst<A> { class in namespace:fst
47 virtual MutableFst<A> &operator=(const Fst<A> &fst) = 0;
49 MutableFst<A> &operator=(const MutableFst<A> &fst) {
84 // Get a copy of this MutableFst. See Fst<>::Copy() for further doc.
85 virtual MutableFst<A> *Copy(bool safe = false) const = 0;
87 // Read an MutableFst from an input stream; return NULL on error.
88 static MutableFst<A> *Read(istream &strm, const FstReadOptions &opts) {
99 LOG(ERROR) << "MutableFst::Read: Not an MutableFst
[all...]

Completed in 96 milliseconds