FST
openfst-1.8.2
OpenFst Library
|
#include <expanded-fst.h>
Public Types | |
using | Arc = typename FST::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
![]() | |
using | Arc = typename Impl::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
StateId | NumStates () 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 |
Protected Member Functions | |
ImplToExpandedFst (std::shared_ptr< Impl > impl) | |
ImplToExpandedFst (const ImplToExpandedFst &fst, bool safe) | |
![]() | |
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) |
Static Protected Member Functions | |
static Impl * | Read (std::istream &strm, const FstReadOptions &opts) |
static Impl * | Read (const std::string &source) |
Definition at line 128 of file expanded-fst.h.
using fst::ImplToExpandedFst< Impl, FST >::Arc = typename FST::Arc |
Definition at line 130 of file expanded-fst.h.
using fst::ImplToExpandedFst< Impl, FST >::StateId = typename Arc::StateId |
Definition at line 131 of file expanded-fst.h.
using fst::ImplToExpandedFst< Impl, FST >::Weight = typename Arc::Weight |
Definition at line 132 of file expanded-fst.h.
|
inlineexplicitprotected |
Definition at line 139 of file expanded-fst.h.
|
inlineprotected |
Definition at line 142 of file expanded-fst.h.
|
inlineoverride |
Definition at line 134 of file expanded-fst.h.
|
inlinestaticprotected |
Definition at line 145 of file expanded-fst.h.
|
inlinestaticprotected |
Definition at line 151 of file expanded-fst.h.