FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT > Class Template Reference

#include <lookahead-filter.h>

Public Types

using FST2 = typename Matcher2::FST
 

Public Member Functions

 LookAheadSelector (Matcher1 *lmatcher1, Matcher2 *lmatcher2, MatchType)
 
 LookAheadSelector (const LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT > &selector)
 
const FST2GetFst () const
 
Matcher1 * GetMatcher () const
 

Detailed Description

template<class Matcher1, class Matcher2>
class fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >

Definition at line 140 of file lookahead-filter.h.

Member Typedef Documentation

template<class Matcher1 , class Matcher2 >
using fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >::FST2 = typename Matcher2::FST

Definition at line 142 of file lookahead-filter.h.

Constructor & Destructor Documentation

template<class Matcher1 , class Matcher2 >
fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >::LookAheadSelector ( Matcher1 *  lmatcher1,
Matcher2 *  lmatcher2,
MatchType   
)
inline

Definition at line 144 of file lookahead-filter.h.

template<class Matcher1 , class Matcher2 >
fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >::LookAheadSelector ( const LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT > &  selector)
inline

Definition at line 147 of file lookahead-filter.h.

Member Function Documentation

template<class Matcher1 , class Matcher2 >
const FST2& fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >::GetFst ( ) const
inline

Definition at line 151 of file lookahead-filter.h.

template<class Matcher1 , class Matcher2 >
Matcher1* fst::LookAheadSelector< Matcher1, Matcher2, MATCH_OUTPUT >::GetMatcher ( ) const
inline

Definition at line 153 of file lookahead-filter.h.


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