FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Static Public Member Functions | List of all members
fst::internal::PhiFstMatcherData< Label > Class Template Reference

#include <phi-fst.h>

Public Member Functions

 PhiFstMatcherData (Label phi_label=FST_FLAGS_phi_fst_phi_label, bool phi_loop=FST_FLAGS_phi_fst_phi_loop, MatcherRewriteMode rewrite_mode=RewriteMode(FST_FLAGS_phi_fst_rewrite_mode))
 
 PhiFstMatcherData (const PhiFstMatcherData &data)
 
bool Write (std::ostream &ostrm, const FstWriteOptions &opts) const
 
Label PhiLabel () const
 
bool PhiLoop () const
 
MatcherRewriteMode RewriteMode () const
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 43 of file phi-fst.h.

Constructor & Destructor Documentation

template<class Label >
fst::internal::PhiFstMatcherData< Label >::PhiFstMatcherData ( Label  phi_label = FST_FLAGS_phi_fst_phi_label,
bool  phi_loop = FST_FLAGS_phi_fst_phi_loop,
MatcherRewriteMode  rewrite_mode = RewriteMode(FST_FLAGS_phi_fst_rewrite_mode) 
)
inlineexplicit

Definition at line 45 of file phi-fst.h.

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

Definition at line 54 of file phi-fst.h.

Member Function Documentation

template<class Label >
Label fst::internal::PhiFstMatcherData< Label >::PhiLabel ( ) const
inline

Definition at line 77 of file phi-fst.h.

template<class Label >
bool fst::internal::PhiFstMatcherData< Label >::PhiLoop ( ) const
inline

Definition at line 79 of file phi-fst.h.

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

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

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

Definition at line 81 of file phi-fst.h.

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

Definition at line 70 of file phi-fst.h.


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