FST
openfst-1.8.4
OpenFst Library
|
#include <cstddef>
#include <deque>
#include <memory>
#include <utility>
#include <vector>
#include <fst/cache.h>
#include <fst/fst.h>
#include <unordered_map>
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 > |