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

#include <state-map.h>

Public Types

using FromArc = Arc
 
using ToArc = Arc
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 

Public Member Functions

 ArcSumMapper (const Fst< Arc > &fst)
 
 ArcSumMapper (const ArcSumMapper< Arc > &mapper, const Fst< Arc > *fst=nullptr)
 
StateId Start () const
 
Weight Final (StateId state) const
 
void SetState (StateId state)
 
bool Done () const
 
const Arc & Value () const
 
void Next ()
 
constexpr MapSymbolsAction InputSymbolsAction () const
 
constexpr MapSymbolsAction OutputSymbolsAction () const
 
uint64_t Properties (uint64_t props) const
 

Detailed Description

template<class Arc>
class fst::ArcSumMapper< Arc >

Definition at line 460 of file state-map.h.

Member Typedef Documentation

template<class Arc>
using fst::ArcSumMapper< Arc >::FromArc = Arc

Definition at line 462 of file state-map.h.

template<class Arc>
using fst::ArcSumMapper< Arc >::StateId = typename Arc::StateId

Definition at line 465 of file state-map.h.

template<class Arc>
using fst::ArcSumMapper< Arc >::ToArc = Arc

Definition at line 463 of file state-map.h.

template<class Arc>
using fst::ArcSumMapper< Arc >::Weight = typename Arc::Weight

Definition at line 466 of file state-map.h.

Constructor & Destructor Documentation

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

Definition at line 468 of file state-map.h.

template<class Arc>
fst::ArcSumMapper< Arc >::ArcSumMapper ( const ArcSumMapper< Arc > &  mapper,
const Fst< Arc > *  fst = nullptr 
)
inline

Definition at line 471 of file state-map.h.

Member Function Documentation

template<class Arc>
bool fst::ArcSumMapper< Arc >::Done ( ) const
inline

Definition at line 502 of file state-map.h.

template<class Arc>
Weight fst::ArcSumMapper< Arc >::Final ( StateId  state) const
inline

Definition at line 476 of file state-map.h.

template<class Arc>
constexpr MapSymbolsAction fst::ArcSumMapper< Arc >::InputSymbolsAction ( ) const
inline

Definition at line 508 of file state-map.h.

template<class Arc>
void fst::ArcSumMapper< Arc >::Next ( )
inline

Definition at line 506 of file state-map.h.

template<class Arc>
constexpr MapSymbolsAction fst::ArcSumMapper< Arc >::OutputSymbolsAction ( ) const
inline

Definition at line 512 of file state-map.h.

template<class Arc>
uint64_t fst::ArcSumMapper< Arc >::Properties ( uint64_t  props) const
inline

Definition at line 516 of file state-map.h.

template<class Arc>
void fst::ArcSumMapper< Arc >::SetState ( StateId  state)
inline

Definition at line 478 of file state-map.h.

template<class Arc>
StateId fst::ArcSumMapper< Arc >::Start ( ) const
inline

Definition at line 474 of file state-map.h.

template<class Arc>
const Arc& fst::ArcSumMapper< Arc >::Value ( ) const
inline

Definition at line 504 of file state-map.h.


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