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

#include <lookahead-filter.h>

Public Types

using FST = typename Matcher::FST
 

Public Member Functions

 LookAheadSelector (Matcher *lmatcher1, Matcher *lmatcher2, MatchType type)
 
 LookAheadSelector (const LookAheadSelector< Matcher, Matcher, MT > &selector)
 
const FSTGetFst () const
 
MatcherGetMatcher () const
 

Detailed Description

template<class Matcher, MatchType MT>
class fst::LookAheadSelector< Matcher, Matcher, MT >

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

Member Typedef Documentation

template<class Matcher , MatchType MT>
using fst::LookAheadSelector< Matcher, Matcher, MT >::FST = typename Matcher::FST

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

Constructor & Destructor Documentation

template<class Matcher , MatchType MT>
fst::LookAheadSelector< Matcher, Matcher, MT >::LookAheadSelector ( Matcher lmatcher1,
Matcher lmatcher2,
MatchType  type 
)
inline

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

template<class Matcher , MatchType MT>
fst::LookAheadSelector< Matcher, Matcher, MT >::LookAheadSelector ( const LookAheadSelector< Matcher, Matcher, MT > &  selector)
inline

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

Member Function Documentation

template<class Matcher , MatchType MT>
const FST& fst::LookAheadSelector< Matcher, Matcher, MT >::GetFst ( ) const
inline

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

template<class Matcher , MatchType MT>
Matcher* fst::LookAheadSelector< Matcher, Matcher, MT >::GetMatcher ( ) const
inline

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


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