FST  openfst-1.8.2.post1
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 80 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 82 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 84 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 89 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 94 of file lookahead-filter.h.

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

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


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