FST  openfst-1.8.4
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::InvertFst< A > Class Template Reference

#include <fst-decl.h>

Inheritance diagram for fst::InvertFst< A >:
Inheritance graph
[legend]
Collaboration diagram for fst::InvertFst< A >:
Collaboration graph
[legend]

Public Types

using Arc = A
 
using Mapper = InvertMapper< Arc >
 
- Public Types inherited from fst::ArcMapFst< 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 FromFst = typename Impl::FromFst
 

Public Member Functions

 InvertFst (const Fst< Arc > &fst)
 
 InvertFst (const InvertFst &fst, bool safe=false)
 
InvertFstCopy (bool safe=false) const override
 
- Public Member Functions inherited from fst::ArcMapFst< A, A, InvertMapper< A > >
 ArcMapFst (const FromFst &fst, const InvertMapper< A > &mapper=InvertMapper< A >(), const ArcMapFstOptions &opts=ArcMapFstOptions())
 
 ArcMapFst (const FromFst &fst, InvertMapper< A > *mapper, const ArcMapFstOptions &opts=ArcMapFstOptions())
 
 ArcMapFst (const ArcMapFst &fst, bool safe=false)
 
ArcMapFstCopy (bool safe=false) const override
 
void InitStateIterator (StateIteratorData< A > *data) const override
 
void InitArcIterator (StateId s, ArcIteratorData< A > *data) const override
 

Detailed Description

template<class A>
class fst::InvertFst< A >

Definition at line 147 of file fst-decl.h.

Member Typedef Documentation

template<class A>
using fst::InvertFst< A >::Arc = A

Definition at line 111 of file invert.h.

template<class A>
using fst::InvertFst< A >::Mapper = InvertMapper<Arc>

Definition at line 113 of file invert.h.

Constructor & Destructor Documentation

template<class A>
fst::InvertFst< A >::InvertFst ( const Fst< Arc > &  fst)
inlineexplicit

Definition at line 116 of file invert.h.

template<class A>
fst::InvertFst< A >::InvertFst ( const InvertFst< A > &  fst,
bool  safe = false 
)
inline

Definition at line 122 of file invert.h.

Member Function Documentation

template<class A>
InvertFst* fst::InvertFst< A >::Copy ( bool  safe = false) const
inlineoverride

Definition at line 125 of file invert.h.


The documentation for this class was generated from the following files: