FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::Matcher< MatcherFst< F, M, Name, Init > > Class Template Reference

#include <matcher-fst.h>

Public Types

using FST = MatcherFst< F, M, Name, Init >
 
using Arc = typename F::Arc
 
using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 

Public Member Functions

 Matcher (const FST &fst, MatchType match_type)
 
 Matcher (const Matcher &matcher)
 
MatcherCopy () const
 
MatchType Type (bool test) const
 
void SetState (StateId s)
 
bool Find (Label label)
 
bool Done () const
 
const ArcValue () const
 
void Next ()
 
uint64_t Properties (uint64_t props) const
 
uint32_t Flags () const
 

Detailed Description

template<class F, class M, const char * Name, class Init>
class fst::Matcher< MatcherFst< F, M, Name, Init > >

Definition at line 256 of file matcher-fst.h.

Member Typedef Documentation

template<class F , class M , const char * Name, class Init >
using fst::Matcher< MatcherFst< F, M, Name, Init > >::Arc = typename F::Arc

Definition at line 259 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
using fst::Matcher< MatcherFst< F, M, Name, Init > >::FST = MatcherFst<F, M, Name, Init>

Definition at line 258 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
using fst::Matcher< MatcherFst< F, M, Name, Init > >::Label = typename Arc::Label

Definition at line 260 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
using fst::Matcher< MatcherFst< F, M, Name, Init > >::StateId = typename Arc::StateId

Definition at line 261 of file matcher-fst.h.

Constructor & Destructor Documentation

template<class F , class M , const char * Name, class Init >
fst::Matcher< MatcherFst< F, M, Name, Init > >::Matcher ( const FST fst,
MatchType  match_type 
)
inline

Definition at line 263 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
fst::Matcher< MatcherFst< F, M, Name, Init > >::Matcher ( const Matcher< MatcherFst< F, M, Name, Init > > &  matcher)
inline

Definition at line 266 of file matcher-fst.h.

Member Function Documentation

template<class F , class M , const char * Name, class Init >
Matcher* fst::Matcher< MatcherFst< F, M, Name, Init > >::Copy ( ) const
inline

Definition at line 268 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
bool fst::Matcher< MatcherFst< F, M, Name, Init > >::Done ( ) const
inline

Definition at line 276 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
bool fst::Matcher< MatcherFst< F, M, Name, Init > >::Find ( Label  label)
inline

Definition at line 274 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
uint32_t fst::Matcher< MatcherFst< F, M, Name, Init > >::Flags ( ) const
inline

Definition at line 286 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
void fst::Matcher< MatcherFst< F, M, Name, Init > >::Next ( )
inline

Definition at line 280 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
uint64_t fst::Matcher< MatcherFst< F, M, Name, Init > >::Properties ( uint64_t  props) const
inline

Definition at line 282 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
void fst::Matcher< MatcherFst< F, M, Name, Init > >::SetState ( StateId  s)
inline

Definition at line 272 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
MatchType fst::Matcher< MatcherFst< F, M, Name, Init > >::Type ( bool  test) const
inline

Definition at line 270 of file matcher-fst.h.

template<class F , class M , const char * Name, class Init >
const Arc& fst::Matcher< MatcherFst< F, M, Name, Init > >::Value ( ) const
inline

Definition at line 278 of file matcher-fst.h.


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