Arc typedef | fst::ComposeFst< A, CacheStore > | |
ArcIterator< ComposeFst< Arc, CacheStore > > class | fst::ComposeFst< A, CacheStore > | friend |
ComposeFst(const Fst< Arc > &fst1, const Fst< Arc > &fst2, const CacheOptions &opts=CacheOptions()) | fst::ComposeFst< A, CacheStore > | inline |
ComposeFst(const Fst< Arc > &fst1, const Fst< Arc > &fst2, const ComposeFstOptions< Arc, Matcher, Filter, StateTuple > &opts) | fst::ComposeFst< A, CacheStore > | inline |
ComposeFst(const typename Matcher1::FST &fst1, const typename Matcher2::FST &fst2, const ComposeFstImplOptions< Matcher1, Matcher2, Filter, StateTuple, CacheStore > &opts) | fst::ComposeFst< A, CacheStore > | inline |
ComposeFst(const ComposeFst &fst, bool safe=false) | fst::ComposeFst< A, CacheStore > | inline |
ComposeFst(std::shared_ptr< Impl > impl) | fst::ComposeFst< A, CacheStore > | inlineexplicitprotected |
ComposeFstMatcher class | fst::ComposeFst< A, CacheStore > | friend |
Copy(bool safe=false) const override | fst::ComposeFst< A, CacheStore > | inlinevirtual |
CreateBase(const Fst< Arc > &fst1, const Fst< Arc > &fst2, const CacheOptions &opts) | fst::ComposeFst< A, CacheStore > | inlineprotectedstatic |
CreateBase1(const Fst< Arc > &fst1, const Fst< Arc > &fst2, const ComposeFstOptions< Arc, Matcher, Filter, StateTuple > &opts) | fst::ComposeFst< A, CacheStore > | inlineprotectedstatic |
CreateBase2(const typename Matcher1::FST &fst1, const typename Matcher2::FST &fst2, const ComposeFstImplOptions< Matcher1, Matcher2, Filter, StateTuple, CacheStore > &opts) | fst::ComposeFst< A, CacheStore > | inlineprotectedstatic |
Final(StateId s) const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
GetImpl() const | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
GetMutableImpl() const | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
GetSharedImpl() const | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
Impl typedef | fst::ComposeFst< A, CacheStore > | |
ImplToFst(std::shared_ptr< Impl > impl) | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineexplicitprotected |
ImplToFst(const ImplToFst &fst, bool safe) | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
ImplToFst()=delete | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | protected |
ImplToFst(const ImplToFst &fst) | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
ImplToFst(ImplToFst &&fst) noexcept | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
InitArcIterator(StateId s, ArcIteratorData< Arc > *data) const override | fst::ComposeFst< A, CacheStore > | inline |
ImplToFst< internal::ComposeFstImplBase< A, CacheStore > >::InitArcIterator(StateId s, ArcIteratorData< Arc > *data) const =0 | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | pure virtual |
InitMatcher(MatchType match_type) const override | fst::ComposeFst< A, CacheStore > | inlinevirtual |
InitStateIterator(StateIteratorData< Arc > *data) const override | fst::ComposeFst< A, CacheStore > | inline |
ImplToFst< internal::ComposeFstImplBase< A, CacheStore > >::InitStateIterator(StateIteratorData< Arc > *data) const =0 | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | pure virtual |
InputSymbols() const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
NumArcs(StateId s) const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
NumInputEpsilons(StateId s) const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
NumOutputEpsilons(StateId s) const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
NumStatesIfKnown() const | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlinevirtual |
ImplToFst< internal::ComposeFstImplBase< A, CacheStore > >::operator=(const ImplToFst &fst) | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
ImplToFst< internal::ComposeFstImplBase< A, CacheStore > >::operator=(ImplToFst &&fst) noexcept | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
OutputSymbols() const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
Properties(uint64_t mask, bool test) const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
Read(std::istream &strm, const FstReadOptions &opts) | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlinestatic |
Read(std::string_view source) | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlinestatic |
SetImpl(std::shared_ptr< Impl > impl) | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
Start() const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
State typedef | fst::ComposeFst< A, CacheStore > | |
StateId typedef | fst::ComposeFst< A, CacheStore > | |
StateIterator< ComposeFst< Arc, CacheStore > > class | fst::ComposeFst< A, CacheStore > | friend |
Store typedef | fst::ComposeFst< A, CacheStore > | |
Type() const override | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlinevirtual |
Unique() const | fst::ImplToFst< internal::ComposeFstImplBase< A, CacheStore > > | inlineprotected |
Weight typedef | fst::ComposeFst< A, CacheStore > | |
Write(std::ostream &strm, const FstWriteOptions &opts) const | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlinevirtual |
Write(const std::string &source) const | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlinevirtual |
WriteFile(const std::string &source) const | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | inlineprotected |
~Fst()=default | fst::Fst< typename internal::ComposeFstImplBase< A, CacheStore >::Arc > | virtual |