FST
openfst-1.8.3
OpenFst Library
|
#include <closure.h>
Public Types | |
using | Arc = A |
Public Types inherited from fst::RationalFst< A > | |
using | Arc = A |
using | StateId = typename Arc::StateId |
using | Impl = internal::RationalFstImpl< Arc > |
Public Types inherited from fst::ImplToFst< internal::RationalFstImpl< A > > | |
using | Arc = typename internal::RationalFstImpl< A >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Types inherited from fst::Fst< typename internal::RationalFstImpl< A >::Arc > | |
using | Arc = typename internal::RationalFstImpl< A >::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
ClosureFst (const Fst< Arc > &fst, ClosureType closure_type) | |
ClosureFst (const Fst< Arc > &fst, const ClosureFstOptions &opts) | |
ClosureFst (const ClosureFst &fst, bool safe=false) | |
ClosureFst * | Copy (bool safe=false) const override |
Public Member Functions inherited from fst::RationalFst< A > | |
void | InitStateIterator (StateIteratorData< Arc > *data) const override |
void | InitArcIterator (StateId s, ArcIteratorData< Arc > *data) const override |
Public Member Functions inherited from fst::ImplToFst< internal::RationalFstImpl< A > > | |
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::RationalFstImpl< A >::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 void | InitStateIterator (StateIteratorData< Arc > *data) const =0 |
virtual void | InitArcIterator (StateId s, ArcIteratorData< Arc > *data) const =0 |
virtual MatcherBase< Arc > * | InitMatcher (MatchType match_type) const |
Additional Inherited Members | |
Static Public Member Functions inherited from fst::Fst< typename internal::RationalFstImpl< A >::Arc > | |
static Fst * | Read (std::istream &strm, const FstReadOptions &opts) |
static Fst * | Read (const std::string &source) |
Protected Member Functions inherited from fst::RationalFst< A > | |
RationalFst (const RationalFstOptions &opts=RationalFstOptions()) | |
RationalFst (const RationalFst &fst, bool safe=false) | |
Protected Member Functions inherited from fst::ImplToFst< internal::RationalFstImpl< A > > | |
ImplToFst (std::shared_ptr< internal::RationalFstImpl< A > > 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 internal::RationalFstImpl< A > * | GetImpl () const |
internal::RationalFstImpl< A > * | GetMutableImpl () const |
std::shared_ptr< internal::RationalFstImpl< A > > | GetSharedImpl () const |
bool | Unique () const |
void | SetImpl (std::shared_ptr< internal::RationalFstImpl< A > > impl) |
Protected Member Functions inherited from fst::Fst< typename internal::RationalFstImpl< A >::Arc > | |
bool | WriteFile (const std::string &source) const |
using fst::ClosureFst< A >::Arc = A |
|
inline |
|
inline |
|
inline |
|
inlineoverridevirtual |