FST
openfst-1.8.2
OpenFst Library
|
#include <print-impl.h>
Public Types | |
using | StateId = typename Arc::StateId |
using | Label = typename Arc::Label |
using | Weight = typename Arc::Weight |
Public Member Functions | |
FstPrinter (const Fst< Arc > &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, const std::string &field_separator, const std::string &missing_symbol="") | |
void | Print (std::ostream &ostrm, const std::string &dest) |
Definition at line 37 of file print-impl.h.
using fst::FstPrinter< Arc >::Label = typename Arc::Label |
Definition at line 40 of file print-impl.h.
using fst::FstPrinter< Arc >::StateId = typename Arc::StateId |
Definition at line 39 of file print-impl.h.
using fst::FstPrinter< Arc >::Weight = typename Arc::Weight |
Definition at line 41 of file print-impl.h.
|
inlineexplicit |
Definition at line 43 of file print-impl.h.
|
inline |
Definition at line 58 of file print-impl.h.