FST
openfst-1.8.3
OpenFst Library
|
#include <complement.h>
Public Types | |
using | Arc = A |
using | Label = typename Arc::Label |
using | StateId = typename Arc::StateId |
using | Weight = typename Arc::Weight |
Public Types inherited from fst::internal::FstImpl< A > | |
using | StateId = typename A::StateId |
using | Weight = typename A::Weight |
Public Member Functions | |
ComplementFstImpl (const Fst< Arc > &fst) | |
ComplementFstImpl (const ComplementFstImpl< Arc > &impl) | |
StateId | Start () const |
Weight | Final (StateId s) const |
size_t | NumArcs (StateId s) const |
size_t | NumInputEpsilons (StateId s) const |
size_t | NumOutputEpsilons (StateId s) const |
uint64_t | Properties () const override |
uint64_t | Properties (uint64_t mask) const override |
Public Member Functions inherited from fst::internal::FstImpl< A > | |
FstImpl ()=default | |
FstImpl (const FstImpl< A > &impl) | |
FstImpl (FstImpl< A > &&impl) noexcept | |
virtual | ~FstImpl ()=default |
FstImpl & | operator= (const FstImpl &impl) |
FstImpl & | operator= (FstImpl &&impl) noexcept |
const std::string & | Type () const |
void | SetType (std::string_view type) |
void | SetProperties (uint64_t props) |
void | SetProperties (uint64_t props, uint64_t mask) |
void | SetProperties (uint64_t props, uint64_t mask) const |
void | UpdateProperties (uint64_t props, uint64_t mask) |
const SymbolTable * | InputSymbols () const |
SymbolTable * | InputSymbols () |
const SymbolTable * | OutputSymbols () const |
SymbolTable * | OutputSymbols () |
void | SetInputSymbols (const SymbolTable *isyms) |
void | SetOutputSymbols (const SymbolTable *osyms) |
bool | ReadHeader (std::istream &strm, const FstReadOptions &opts, int min_version, FstHeader *hdr) |
void | WriteHeader (std::ostream &strm, const FstWriteOptions &opts, int version, FstHeader *hdr) const |
Friends | |
class | StateIterator< ComplementFst< Arc > > |
class | ArcIterator< ComplementFst< Arc > > |
Additional Inherited Members | |
Static Public Member Functions inherited from fst::internal::FstImpl< A > | |
static void | WriteFstHeader (const Fst< A > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr) |
static bool | UpdateFstHeader (const Fst< A > &fst, std::ostream &strm, const FstWriteOptions &opts, int version, std::string_view type, uint64_t properties, FstHeader *hdr, size_t header_offset) |
Protected Attributes inherited from fst::internal::FstImpl< A > | |
std::atomic< uint64_t > | properties_ |
Definition at line 55 of file complement.h.
using fst::internal::ComplementFstImpl< A >::Arc = A |
Definition at line 57 of file complement.h.
using fst::internal::ComplementFstImpl< A >::Label = typename Arc::Label |
Definition at line 58 of file complement.h.
using fst::internal::ComplementFstImpl< A >::StateId = typename Arc::StateId |
Definition at line 59 of file complement.h.
using fst::internal::ComplementFstImpl< A >::Weight = typename Arc::Weight |
Definition at line 60 of file complement.h.
|
inlineexplicit |
Definition at line 70 of file complement.h.
|
inline |
Definition at line 78 of file complement.h.
|
inline |
Definition at line 93 of file complement.h.
|
inline |
Definition at line 101 of file complement.h.
|
inline |
Definition at line 105 of file complement.h.
|
inline |
Definition at line 109 of file complement.h.
|
inlineoverridevirtual |
Reimplemented from fst::internal::FstImpl< A >.
Definition at line 113 of file complement.h.
|
inlineoverridevirtual |
Reimplemented from fst::internal::FstImpl< A >.
Definition at line 116 of file complement.h.
|
inline |
Definition at line 86 of file complement.h.
|
friend |
Definition at line 68 of file complement.h.
|
friend |
Definition at line 67 of file complement.h.