#include <fst/script/fst-class.h>
Inherits fst::script::MutableFstClass.

Public Member Functions | |
| VectorFstClass (const FstClass &other) | |
| VectorFstClass (const string &arc_type) | |
| template<class Arc > | |
| VectorFstClass (VectorFst< Arc > *fst) | |
Static Public Member Functions | |
| template<class Arc > | |
| static VectorFstClass * | Read (istream &stream, const FstReadOptions &opts) |
| template<class Arc > | |
| static FstClassImplBase * | Convert (const FstClass &other) |
| Converter / creator for known arc types. | |
| template<class Arc > | |
| static FstClassImplBase * | Create () |
Definition at line 302 of file fst-class.h.
| fst::script::VectorFstClass::VectorFstClass | ( | const FstClass & | other | ) | [explicit] |
Definition at line 98 of file fst-class.cc.
| fst::script::VectorFstClass::VectorFstClass | ( | const string & | arc_type | ) | [explicit] |
Definition at line 102 of file fst-class.cc.
| fst::script::VectorFstClass::VectorFstClass | ( | VectorFst< Arc > * | fst | ) | [inline, explicit] |
Definition at line 308 of file fst-class.h.
| static FstClassImplBase* fst::script::VectorFstClass::Convert | ( | const FstClass & | other | ) | [inline, static] |
Converter / creator for known arc types.
Reimplemented from fst::script::MutableFstClass.
Definition at line 326 of file fst-class.h.
| static FstClassImplBase* fst::script::VectorFstClass::Create | ( | ) | [inline, static] |
Reimplemented from fst::script::MutableFstClass.
Definition at line 332 of file fst-class.h.
| static VectorFstClass* fst::script::VectorFstClass::Read | ( | istream & | stream, | |
| const FstReadOptions & | opts | |||
| ) | [inline, static] |
Reimplemented from fst::script::MutableFstClass.
Definition at line 312 of file fst-class.h.
1.7.1