FST  openfst-1.8.2
OpenFst Library
Classes | Namespaces | Functions
vector-fst.h File Reference
#include <algorithm>
#include <atomic>
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/fst-decl.h>
#include <fst/mutable-fst.h>
#include <fst/test-properties.h>
Include dependency graph for vector-fst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::VectorFst< A, S >
 
class  fst::VectorState< A, M >
 
class  fst::internal::VectorFstBaseImpl< S >
 
class  fst::internal::VectorFstImpl< S >
 
class  fst::VectorFst< A, S >
 
class  fst::StateIterator< VectorFst< Arc, State > >
 
class  fst::ArcIterator< VectorFst< Arc, State > >
 
class  fst::MutableArcIterator< VectorFst< Arc, State > >
 

Namespaces

 fst
 
 fst::internal
 

Functions

template<class F , class G >
void fst::Cast (const F &, G *)