18 #ifndef FST_SCRIPT_INFO_H_ 19 #define FST_SCRIPT_INFO_H_ 33 const std::string &,
bool>;
37 const Fst<Arc> &
fst = *std::get<0>(*args).GetFst<Arc>();
38 const FstInfo info(fst, std::get<1>(*args), std::get<2>(*args),
39 std::get<3>(*args), std::get<4>(*args));
43 void Info(
const FstClass &
fst,
bool test_properties, ArcFilterType arc_filter,
44 const std::string &info_type,
bool verify);
49 #endif // FST_SCRIPT_INFO_H_
void Info(const std::vector< std::string > &sources, const std::string &arc_type, const std::string &begin_key, const std::string &end_key, bool list_fsts)
std::tuple< const FstClass &, bool, ArcFilterType, const std::string &, bool > FstInfoArgs