FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::FstWriteOptions Struct Reference

#include <fst.h>

Public Member Functions

 FstWriteOptions (std::string_view source="<unspecified>", bool write_header=true, bool write_isymbols=true, bool write_osymbols=true, bool align=FST_FLAGS_fst_align, bool stream_write=false)
 

Public Attributes

std::string source
 
bool write_header
 
bool write_isymbols
 
bool write_osymbols
 
bool align
 
bool stream_write
 

Detailed Description

Definition at line 101 of file fst.h.

Constructor & Destructor Documentation

fst::FstWriteOptions::FstWriteOptions ( std::string_view  source = "<unspecified>",
bool  write_header = true,
bool  write_isymbols = true,
bool  write_osymbols = true,
bool  align = FST_FLAGS_fst_align,
bool  stream_write = false 
)
inlineexplicit

Definition at line 109 of file fst.h.

Member Data Documentation

bool fst::FstWriteOptions::align

Definition at line 106 of file fst.h.

std::string fst::FstWriteOptions::source

Definition at line 102 of file fst.h.

bool fst::FstWriteOptions::stream_write

Definition at line 107 of file fst.h.

bool fst::FstWriteOptions::write_header

Definition at line 103 of file fst.h.

bool fst::FstWriteOptions::write_isymbols

Definition at line 104 of file fst.h.

bool fst::FstWriteOptions::write_osymbols

Definition at line 105 of file fst.h.


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