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

#include <lookahead-filter.h>

Public Types

using FST1 = typename Matcher1::FST
 

Public Member Functions

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

Detailed Description

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

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

Member Typedef Documentation

template<class Matcher1 , class Matcher2 >
using fst::LookAheadSelector< Matcher1, Matcher2, MATCH_INPUT >::FST1 = typename Matcher1::FST

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

Constructor & Destructor Documentation

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

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

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

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

Member Function Documentation

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

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

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

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


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