HomeSort by relevance Sort by last modified time
    Searched defs:MutableArcIterator (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
mutable-fst.h 31 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
130 // for (MutableArcIterator<StdFst> aiter(&fst, s));
140 class MutableArcIterator : public MutableArcIteratorBase<typename F::Arc> {
145 MutableArcIterator(F *fst, StateId s) {
148 ~MutableArcIterator() { delete data_.base; }
159 DISALLOW_EVIL_CONSTRUCTORS(MutableArcIterator);