FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
synchronize.h File Reference
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include <fst/cache.h>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/mutable-fst.h>
#include <fst/properties.h>
#include <unordered_map>
#include <unordered_set>
Include dependency graph for synchronize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::internal::SynchronizeFstImpl< Arc >
 
struct  fst::internal::SynchronizeFstImpl< Arc >::Element
 
class  fst::SynchronizeFst< A >
 
class  fst::StateIterator< SynchronizeFst< Arc > >
 
class  fst::ArcIterator< SynchronizeFst< Arc > >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::SynchronizeFstOptions = CacheOptions
 

Functions

template<class Arc >
void fst::Synchronize (const Fst< Arc > &ifst, MutableFst< Arc > *ofst)