Home
last modified time | relevance | path

Searched refs:StateMapFstImpl (Results 1 – 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
Dstate-map.h187 class StateMapFstImpl : public CacheImpl<B> {
208 StateMapFstImpl(const Fst<A> &fst, const C &mapper, in StateMapFstImpl() function
217 StateMapFstImpl(const Fst<A> &fst, C *mapper, in StateMapFstImpl() function
226 StateMapFstImpl(const StateMapFstImpl<A, B, C> &impl) in StateMapFstImpl() function
234 ~StateMapFstImpl() { in ~StateMapFstImpl()
322 void operator=(const StateMapFstImpl<A, B, C> &); // disallow
329 class StateMapFst : public ImplToFst< StateMapFstImpl<A, B, C> > {
337 typedef StateMapFstImpl<A, B, C> Impl;