Public Member Functions | Public Attributes

fst::script::FstCompileArgs Struct Reference

#include <fst/script/compile.h>

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

List of all members.

Public Member Functions

 FstCompileArgs (istream &istrm, const string &source, const string &dest, const string &fst_type, const fst::SymbolTable *isyms, const fst::SymbolTable *osyms, const fst::SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels=false)

Public Attributes

fst::istream & istrm
const string & source
const string & dest
const string & fst_type
const fst::SymbolTableisyms
const fst::SymbolTableosyms
const fst::SymbolTablessyms
const bool accep
const bool ikeep
const bool okeep
const bool nkeep
const bool allow_negative_labels

Detailed Description

Note: it is safe to pass these strings as references because this struct is only used to pass them deeper in the call graph. Be sure you understand why this is so before using this struct for anything else!

Definition at line 31 of file compile.h.


Constructor & Destructor Documentation

fst::script::FstCompileArgs::FstCompileArgs ( istream &  istrm,
const string &  source,
const string &  dest,
const string &  fst_type,
const fst::SymbolTable isyms,
const fst::SymbolTable osyms,
const fst::SymbolTable ssyms,
bool  accep,
bool  ikeep,
bool  okeep,
bool  nkeep,
bool  allow_negative_labels = false 
) [inline]

Definition at line 45 of file compile.h.


Member Data Documentation

Definition at line 39 of file compile.h.

Definition at line 43 of file compile.h.

Definition at line 34 of file compile.h.

Definition at line 35 of file compile.h.

Definition at line 40 of file compile.h.

Definition at line 32 of file compile.h.

Definition at line 36 of file compile.h.

Definition at line 42 of file compile.h.

Definition at line 41 of file compile.h.

Definition at line 37 of file compile.h.

Definition at line 33 of file compile.h.

Definition at line 38 of file compile.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines