FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
print.h File Reference
#include <ostream>
#include <string>
#include <fst/flags.h>
#include <fst/fst.h>
#include <fst/symbol-table.h>
#include <fst/script/fst-class.h>
#include <fst/script/print-impl.h>
#include <string_view>
Include dependency graph for print.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fst::script::FstPrintArgs
 

Namespaces

 fst
 
 fst::script
 

Functions

 DECLARE_string (fst_field_separator)
 
template<class Arc >
void fst::script::Print (FstPrintArgs *args)
 
void fst::script::Print (const FstClass &fst, std::ostream &ostrm, const std::string &dest, const SymbolTable *isyms=nullptr, const SymbolTable *osyms=nullptr, const SymbolTable *ssyms=nullptr, bool accept=true, bool show_weight_one=true, const std::string &missing_sym="")
 
void fst::script::PrintFst (const FstClass &fst, std::ostream &ostrm, const std::string &dest, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, const std::string &missing_sym="")
 
template<class Arc >
void fst::script::PrintFst (const Fst< Arc > &fst, std::ostream &ostrm, std::string_view dest="", const SymbolTable *isyms=nullptr, const SymbolTable *osyms=nullptr, const SymbolTable *ssyms=nullptr)
 

Function Documentation

DECLARE_string ( fst_field_separator  )