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

#include <fst-decl.h>

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

Public Types

using FromArc = A
 
using ToArc = A
 
- Public Types inherited from fst::ArcMapFst< A, A, ProjectMapper< 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

 ProjectFst (const Fst< A > &fst, ProjectType project_type)
 
 ProjectFst (const ProjectFst &fst, bool safe=false)
 
ProjectFstCopy (bool safe=false) const override
 
- Public Member Functions inherited from fst::ArcMapFst< A, A, ProjectMapper< A > >
 ArcMapFst (const FromFst &fst, const ProjectMapper< A > &mapper=ProjectMapper< A >(), const ArcMapFstOptions &opts=ArcMapFstOptions())
 
 ArcMapFst (const FromFst &fst, ProjectMapper< 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::ProjectFst< A >

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

Member Typedef Documentation

template<class A>
using fst::ProjectFst< A >::FromArc = A

Definition at line 132 of file project.h.

template<class A>
using fst::ProjectFst< A >::ToArc = A

Definition at line 133 of file project.h.

Constructor & Destructor Documentation

template<class A>
fst::ProjectFst< A >::ProjectFst ( const Fst< A > &  fst,
ProjectType  project_type 
)
inline

Definition at line 137 of file project.h.

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

Definition at line 148 of file project.h.

Member Function Documentation

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

Definition at line 151 of file project.h.


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