Searched defs:RationalFst (Results 1 – 1 of 1) sorted by relevance
36 template <class A> class RationalFst; variable234 RationalFst() : impl_(new RationalFstImpl<A>(RationalFstOptions())) {} in RationalFst() function235 explicit RationalFst(const RationalFstOptions &opts) in RationalFst() function239 RationalFst(const RationalFst<A> &fst) : impl_(fst.impl_) { in RationalFst() function