FST
openfst-1.8.4
OpenFst Library
|
#include <arcsort.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Mapper = ArcSortMapper< Arc, Compare > |
Public Types inherited from fst::StateMapFst< Arc, Arc, ArcSortMapper< Arc, Compare > > | |
using | Arc = Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = DefaultCacheStore< Arc > |
using | State = typename Store::State |
using | Impl = I |
Public Types inherited from fst::ImplToFst< internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > > > | |
using | Impl = internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > > |
using | Arc = typename Impl::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Types inherited from fst::Fst< typename internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > >::Arc > | |
using | Arc = typename internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
ArcSortFst (const Fst< Arc > &fst, const Compare &comp) | |
ArcSortFst (const Fst< Arc > &fst, const Compare &comp, const ArcSortFstOptions &opts) | |
ArcSortFst (const ArcSortFst &fst, bool safe=false) | |
ArcSortFst * | Copy (bool safe=false) const override |
size_t | NumArcs (StateId s) const override |
size_t | NumInputEpsilons (StateId s) const override |
size_t | NumOutputEpsilons (StateId s) const override |
Public Member Functions inherited from fst::StateMapFst< Arc, Arc, ArcSortMapper< Arc, Compare > > | |
StateMapFst (const Fst< Arc > &fst, const ArcSortMapper< Arc, Compare > &mapper, const StateMapFstOptions &opts) | |
StateMapFst (const Fst< Arc > &fst, ArcSortMapper< Arc, Compare > *mapper, const StateMapFstOptions &opts) | |
StateMapFst (const Fst< Arc > &fst, const ArcSortMapper< Arc, Compare > &mapper) | |
StateMapFst (const Fst< Arc > &fst, ArcSortMapper< Arc, Compare > *mapper) | |
StateMapFst (const StateMapFst &fst, bool safe=false) | |
StateMapFst * | Copy (bool safe=false) const override |
void | InitStateIterator (StateIteratorData< Arc > *data) const override |
void | InitArcIterator (StateId state, ArcIteratorData< Arc > *data) const override |
Public Member Functions inherited from fst::ImplToFst< internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > > > | |
StateId | Start () const override |
Weight | Final (StateId s) const override |
size_t | NumArcs (StateId s) const override |
size_t | NumInputEpsilons (StateId s) const override |
size_t | NumOutputEpsilons (StateId s) const override |
uint64_t | Properties (uint64_t mask, bool test) const override |
const std::string & | Type () const override |
const SymbolTable * | InputSymbols () const override |
const SymbolTable * | OutputSymbols () const override |
Public Member Functions inherited from fst::Fst< typename internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > >::Arc > | |
virtual | ~Fst ()=default |
virtual std::optional< StateId > | NumStatesIfKnown () const |
virtual bool | Write (std::ostream &strm, const FstWriteOptions &opts) const |
virtual bool | Write (const std::string &source) const |
virtual MatcherBase< Arc > * | InitMatcher (MatchType match_type) const |
Additional Inherited Members | |
Static Public Member Functions inherited from fst::Fst< typename internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > >::Arc > | |
static Fst * | Read (std::istream &strm, const FstReadOptions &opts) |
static Fst * | Read (std::string_view source) |
Protected Member Functions inherited from fst::ImplToFst< internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > > > | |
ImplToFst (std::shared_ptr< Impl > impl) | |
ImplToFst (const ImplToFst &fst, bool safe) | |
ImplToFst ()=delete | |
ImplToFst (const ImplToFst &fst) | |
ImplToFst (ImplToFst &&fst) noexcept | |
ImplToFst & | operator= (const ImplToFst &fst) |
ImplToFst & | operator= (ImplToFst &&fst) noexcept |
const Impl * | GetImpl () const |
Impl * | GetMutableImpl () const |
std::shared_ptr< Impl > | GetSharedImpl () const |
bool | Unique () const |
void | SetImpl (std::shared_ptr< Impl > impl) |
Protected Member Functions inherited from fst::Fst< typename internal::StateMapFstImpl< Arc, Arc, ArcSortMapper< Arc, Compare > >::Arc > | |
bool | WriteFile (const std::string &source) const |
using fst::ArcSortFst< Arc, Compare >::Mapper = ArcSortMapper<Arc, Compare> |
using fst::ArcSortFst< Arc, Compare >::StateId = typename Arc::StateId |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
|
inlineoverridevirtual |