FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Functions
vector-fst.h File Reference
#include <algorithm>
#include <atomic>
#include <cstddef>
#include <cstdint>
#include <ios>
#include <iosfwd>
#include <istream>
#include <memory>
#include <new>
#include <ostream>
#include <string>
#include <utility>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fst/expanded-fst.h>
#include <fst/float-weight.h>
#include <fst/fst-decl.h>
#include <fst/fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <fst/util.h>
#include <string_view>
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 *)