FST  openfst-1.8.3
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 461 of file state-map.h.

Member Typedef Documentation

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

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

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

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

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

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

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

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

Constructor & Destructor Documentation

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

Definition at line 469 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 472 of file state-map.h.

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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