FST  openfst-1.8.3
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 42 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 44 of file sigma-fst.h.

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

Definition at line 50 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 53 of file sigma-fst.h.

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

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

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

Definition at line 69 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 63 of file sigma-fst.h.


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