FST  openfst-1.8.4
OpenFst Library
Classes | Namespaces | Typedefs
expander-cache.h File Reference
#include <cstddef>
#include <deque>
#include <memory>
#include <utility>
#include <vector>
#include <fst/cache.h>
#include <fst/fst.h>
#include <unordered_map>
Include dependency graph for expander-cache.h:

Go to the source code of this file.

Classes

class  fst::SimpleVectorCacheState< A >
 
class  fst::NoGcKeepOneExpanderCache< A >
 
class  fst::NoGcKeepOneExpanderCache< A >::State
 
class  fst::HashExpanderCache< A >
 
class  fst::VectorExpanderCache< A >
 

Namespaces

 fst
 

Typedefs

template<class Expander >
using fst::DefaultExpanderCache = VectorExpanderCache< typename Expander::Arc >