FST  openfst-1.8.3
OpenFst Library
Classes | Namespaces | Typedefs | Functions
expanded-fst.h File Reference
#include <sys/types.h>
#include <cstddef>
#include <ios>
#include <iostream>
#include <istream>
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include <fst/log.h>
#include <fst/arc.h>
#include <fstream>
#include <fst/fst.h>
#include <fst/impl-to-fst.h>
#include <fst/properties.h>
#include <fst/register.h>
Include dependency graph for expanded-fst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fst::ExpandedFst< A >
 
class  fst::ImplToExpandedFst< Impl, FST >
 

Namespaces

 fst
 
 fst::internal
 

Typedefs

using fst::StdExpandedFst = ExpandedFst< StdArc >
 

Functions

template<class Arc >
Arc::Weight fst::internal::Final (const ExpandedFst< Arc > &fst, typename Arc::StateId s)
 
template<class Arc >
ssize_t fst::internal::NumArcs (const ExpandedFst< Arc > &fst, typename Arc::StateId s)
 
template<class Arc >
ssize_t fst::internal::NumInputEpsilons (const ExpandedFst< Arc > &fst, typename Arc::StateId s)
 
template<class Arc >
ssize_t fst::internal::NumOutputEpsilons (const ExpandedFst< Arc > &fst, typename Arc::StateId s)
 
template<class Arc >
Arc::StateId fst::CountStates (const Fst< Arc > &fst)
 
template<class Arc >
Arc::StateId fst::CountStates (const std::vector< const Fst< Arc > * > &fsts)
 
template<class F >
size_t fst::CountArcs (const F &fst)