Public Member Functions | Public Attributes

fst::FstReadOptions Struct Reference

#include <fst/fst.h>

Collaboration diagram for fst::FstReadOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FstReadOptions (const string &src="<unspecfied>", const FstHeader *hdr=0, const SymbolTable *isym=0, const SymbolTable *osym=0)
 this info (read and skip stream osymbols)
 FstReadOptions (const string &src, const SymbolTable *isym, const SymbolTable *osym=0)

Public Attributes

string source
 Where you're reading from.
const FstHeaderheader
const SymbolTableisymbols
 this info (don't read a stream header)
const SymbolTableosymbols
 this info (read and skip stream isymbols)

Detailed Description

Definition at line 48 of file fst.h.


Constructor & Destructor Documentation

fst::FstReadOptions::FstReadOptions ( const string &  src = "<unspecfied>",
const FstHeader hdr = 0,
const SymbolTable isym = 0,
const SymbolTable osym = 0 
) [inline, explicit]

this info (read and skip stream osymbols)

Definition at line 57 of file fst.h.

fst::FstReadOptions::FstReadOptions ( const string &  src,
const SymbolTable isym,
const SymbolTable osym = 0 
) [inline, explicit]

Definition at line 63 of file fst.h.


Member Data Documentation

Pointer to Fst header. If non-zero, use

Definition at line 50 of file fst.h.

this info (don't read a stream header)

Pointer to input symbols. If non-zero, use

Definition at line 52 of file fst.h.

this info (read and skip stream isymbols)

Pointer to output symbols. If non-zero, use

Definition at line 54 of file fst.h.

Where you're reading from.

Definition at line 49 of file fst.h.


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