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

#include <arcsort.h>

Public Types

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

Public Member Functions

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

Detailed Description

template<class Arc, class Compare>
class fst::ArcSortMapper< Arc, Compare >

Definition at line 43 of file arcsort.h.

Member Typedef Documentation

template<class Arc, class Compare>
using fst::ArcSortMapper< Arc, Compare >::FromArc = Arc

Definition at line 45 of file arcsort.h.

template<class Arc, class Compare>
using fst::ArcSortMapper< Arc, Compare >::StateId = typename Arc::StateId

Definition at line 48 of file arcsort.h.

template<class Arc, class Compare>
using fst::ArcSortMapper< Arc, Compare >::ToArc = Arc

Definition at line 46 of file arcsort.h.

template<class Arc, class Compare>
using fst::ArcSortMapper< Arc, Compare >::Weight = typename Arc::Weight

Definition at line 49 of file arcsort.h.

Constructor & Destructor Documentation

template<class Arc, class Compare>
constexpr fst::ArcSortMapper< Arc, Compare >::ArcSortMapper ( const Fst< Arc > &  fst,
const Compare &  comp 
)
inline

Definition at line 51 of file arcsort.h.

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

Definition at line 55 of file arcsort.h.

Member Function Documentation

template<class Arc, class Compare>
bool fst::ArcSortMapper< Arc, Compare >::Done ( ) const
inline

Definition at line 73 of file arcsort.h.

template<class Arc, class Compare>
Weight fst::ArcSortMapper< Arc, Compare >::Final ( StateId  s) const
inline

Definition at line 61 of file arcsort.h.

template<class Arc, class Compare>
MapSymbolsAction fst::ArcSortMapper< Arc, Compare >::InputSymbolsAction ( ) const
inline

Definition at line 79 of file arcsort.h.

template<class Arc, class Compare>
void fst::ArcSortMapper< Arc, Compare >::Next ( )
inline

Definition at line 77 of file arcsort.h.

template<class Arc, class Compare>
MapSymbolsAction fst::ArcSortMapper< Arc, Compare >::OutputSymbolsAction ( ) const
inline

Definition at line 81 of file arcsort.h.

template<class Arc, class Compare>
uint64_t fst::ArcSortMapper< Arc, Compare >::Properties ( uint64_t  props) const
inline

Definition at line 83 of file arcsort.h.

template<class Arc, class Compare>
void fst::ArcSortMapper< Arc, Compare >::SetState ( StateId  s)
inline

Definition at line 63 of file arcsort.h.

template<class Arc, class Compare>
StateId fst::ArcSortMapper< Arc, Compare >::Start ( )
inline

Definition at line 59 of file arcsort.h.

template<class Arc, class Compare>
const Arc& fst::ArcSortMapper< Arc, Compare >::Value ( ) const
inline

Definition at line 75 of file arcsort.h.


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