Searched defs:FarWriter (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfar.h89 class FarWriter { class in namespace:fst
94 static FarWriter *Create(const string &filename, FarType type = FAR_DEFAULT);
104 virtual ~FarWriter() {}
107 FarWriter() {} function in class:fst::FarWriter
110 DISALLOW_COPY_AND_ASSIGN(FarWriter);
172 class STTableFarWriter : public FarWriter<A> {
202 class STListFarWriter : public FarWriter<A> {
232 class FstFarWriter : public FarWriter<A> {
269 FarWriter<A> *FarWriter<
[all...]

Completed in 187 milliseconds