FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::IdentityStateMapper< 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

 IdentityStateMapper (const Fst< Arc > &fst)
 
 IdentityStateMapper (const IdentityStateMapper< 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::IdentityStateMapper< Arc >

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

Member Typedef Documentation

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

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

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

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

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

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

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

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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