FST
openfst-1.8.2
OpenFst Library
|
#include <fst.h>
Public Types | |
using | Arc = typename Impl::Arc |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Member Functions | |
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 | |
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) |
Friends | |
template<class IFST , class OFST > | |
void | Cast (const IFST &ifst, OFST *ofst) |
using fst::ImplToFst< Impl, FST >::Arc = typename Impl::Arc |
using fst::ImplToFst< Impl, FST >::StateId = typename Arc::StateId |
using fst::ImplToFst< Impl, FST >::Weight = typename Arc::Weight |
|
inlineexplicitprotected |
|
inlineprotected |
|
protecteddelete |
|
inlineprotected |
|
inlineprotectednoexcept |
|
inlineoverride |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineoverride |
|
inlineprotected |
|
inlineprotectednoexcept |
|
inlineoverride |
|
inlineoverride |
|
inlineprotected |
|
inlineoverride |
|
inlineoverride |
|
inlineprotected |
|
friend |