FST  openfst-1.6.1
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::script::FstPrinterArgs Struct Reference

#include <print.h>

Collaboration diagram for fst::script::FstPrinterArgs:
Collaboration graph
[legend]

Public Member Functions

 FstPrinterArgs (const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, std::ostream *ostrm, const string &dest, const string &sep, const string &missing_sym="")
 

Public Attributes

const FstClassfst
 
const SymbolTableisyms
 
const SymbolTableosyms
 
const SymbolTablessyms
 
const bool accept
 
const bool show_weight_one
 
std::ostream * ostrm
 
const string & dest
 
const string & sep
 
const string & missing_symbol
 

Detailed Description

Definition at line 22 of file print.h.

Constructor & Destructor Documentation

fst::script::FstPrinterArgs::FstPrinterArgs ( const FstClass fst,
const SymbolTable isyms,
const SymbolTable osyms,
const SymbolTable ssyms,
bool  accept,
bool  show_weight_one,
std::ostream *  ostrm,
const string &  dest,
const string &  sep,
const string &  missing_sym = "" 
)
inline

Definition at line 34 of file print.h.

Member Data Documentation

const bool fst::script::FstPrinterArgs::accept

Definition at line 27 of file print.h.

const string& fst::script::FstPrinterArgs::dest

Definition at line 30 of file print.h.

const FstClass& fst::script::FstPrinterArgs::fst

Definition at line 23 of file print.h.

const SymbolTable* fst::script::FstPrinterArgs::isyms

Definition at line 24 of file print.h.

const string& fst::script::FstPrinterArgs::missing_symbol

Definition at line 32 of file print.h.

std::ostream* fst::script::FstPrinterArgs::ostrm

Definition at line 29 of file print.h.

const SymbolTable* fst::script::FstPrinterArgs::osyms

Definition at line 25 of file print.h.

const string& fst::script::FstPrinterArgs::sep

Definition at line 31 of file print.h.

const bool fst::script::FstPrinterArgs::show_weight_one

Definition at line 28 of file print.h.

const SymbolTable* fst::script::FstPrinterArgs::ssyms

Definition at line 26 of file print.h.


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