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

/external/openfst/src/include/fst/
H A Dbi-table.h273 // VectorBiTable constructs the FP object. The user can instead
274 // pass in this object; in that case, VectorBiTable takes its
277 class VectorBiTable { class in namespace:fst
280 explicit VectorBiTable(FP *fp = 0, size_t table_size = 0) function in class:fst::VectorBiTable
286 VectorBiTable(const VectorBiTable<I, T, FP> &table) argument
291 ~VectorBiTable() { delete fp_; }
320 void operator=(const VectorBiTable<I, T, FP> &table); // disallow

Completed in 60 milliseconds