FST  openfst-1.8.2.post1
OpenFst Library
Public Member Functions | Static Public Member Functions | List of all members
fst::internal::SigmaFstMatcherData< Label > Class Template Reference

#include <sigma-fst.h>

Public Member Functions

 SigmaFstMatcherData (Label sigma_label=FST_FLAGS_sigma_fst_sigma_label, MatcherRewriteMode rewrite_mode=RewriteMode(FST_FLAGS_sigma_fst_rewrite_mode))
 
 SigmaFstMatcherData (const SigmaFstMatcherData &data)
 
bool Write (std::ostream &ostrm, const FstWriteOptions &opts) const
 
Label SigmaLabel () const
 
MatcherRewriteMode RewriteMode () const
 

Static Public Member Functions

static SigmaFstMatcherData< Label > * Read (std::istream &istrm, const FstReadOptions &read)
 

Detailed Description

template<class Label>
class fst::internal::SigmaFstMatcherData< Label >

Definition at line 38 of file sigma-fst.h.

Constructor & Destructor Documentation

template<class Label>
fst::internal::SigmaFstMatcherData< Label >::SigmaFstMatcherData ( Label  sigma_label = FST_FLAGS_sigma_fst_sigma_label,
MatcherRewriteMode  rewrite_mode = RewriteMode(FST_FLAGS_sigma_fst_rewrite_mode) 
)
inlineexplicit

Definition at line 40 of file sigma-fst.h.

template<class Label>
fst::internal::SigmaFstMatcherData< Label >::SigmaFstMatcherData ( const SigmaFstMatcherData< Label > &  data)
inline

Definition at line 46 of file sigma-fst.h.

Member Function Documentation

template<class Label>
static SigmaFstMatcherData<Label>* fst::internal::SigmaFstMatcherData< Label >::Read ( std::istream &  istrm,
const FstReadOptions read 
)
inlinestatic

Definition at line 49 of file sigma-fst.h.

template<class Label>
MatcherRewriteMode fst::internal::SigmaFstMatcherData< Label >::RewriteMode ( ) const
inline

Definition at line 67 of file sigma-fst.h.

template<class Label>
Label fst::internal::SigmaFstMatcherData< Label >::SigmaLabel ( ) const
inline

Definition at line 65 of file sigma-fst.h.

template<class Label>
bool fst::internal::SigmaFstMatcherData< Label >::Write ( std::ostream &  ostrm,
const FstWriteOptions opts 
) const
inline

Definition at line 59 of file sigma-fst.h.


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