FST
openfst-1.8.2.post1
OpenFst Library
|
#include <fst-decl.h>
Public Types | |
using | Arc = A |
using | Mapper = InvertMapper< Arc > |
using | Impl = internal::ArcMapFstImpl< A, A, InvertMapper< A >> |
![]() | |
using | Arc = A |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
using | Store = DefaultCacheStore< A > |
using | State = typename Store::State |
using | Impl = internal::ArcMapFstImpl< A, A, InvertMapper< A > > |
![]() | |
using | Arc = typename Impl::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
InvertFst (const Fst< Arc > &fst) | |
InvertFst (const InvertFst &fst, bool safe=false) | |
InvertFst * | Copy (bool safe=false) const override |
![]() | |
ArcMapFst (const Fst< A > &fst, const InvertMapper< A > &mapper=InvertMapper< A >(), const ArcMapFstOptions &opts=ArcMapFstOptions()) | |
ArcMapFst (const Fst< A > &fst, InvertMapper< A > *mapper, const ArcMapFstOptions &opts=ArcMapFstOptions()) | |
ArcMapFst (const ArcMapFst &fst, bool safe=false) | |
ArcMapFst * | Copy (bool safe=false) const override |
void | InitStateIterator (StateIteratorData< A > *data) const override |
void | InitArcIterator (StateId s, ArcIteratorData< A > *data) const override |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
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) |
Definition at line 144 of file fst-decl.h.
using fst::InvertFst< A >::Arc = A |
using fst::InvertFst< A >::Impl = internal::ArcMapFstImpl<A, A, InvertMapper<A>> |
using fst::InvertFst< A >::Mapper = InvertMapper<Arc> |
|
inlineexplicit |
|
inline |
|
inlineoverride |