Struct template that represents a hypothesis in a lattice.
More...
#include <fstio.hpp>
|
| Hyp (std::basic_string< unsigned > const &h, std::basic_string< unsigned > const &oh, typename Arc::Weight const &c) |
|
| Hyp (Hyp< Arc > const &h) |
|
|
std::basic_string< unsigned > | hyp |
|
std::basic_string< unsigned > | ohyp |
|
Arc::Weight | cost |
|
template<class Arc>
struct fst::Hyp< Arc >
Struct template that represents a hypothesis in a lattice.
Definition at line 142 of file fstio.hpp.
template<class Arc>
fst::Hyp< Arc >::Hyp |
( |
std::basic_string< unsigned > const & |
h, |
|
|
std::basic_string< unsigned > const & |
oh, |
|
|
typename Arc::Weight const & |
c |
|
) |
| |
|
inline |
template<class Arc>
std::basic_string<unsigned> fst::Hyp< Arc >::hyp |
template<class Arc>
std::basic_string<unsigned> fst::Hyp< Arc >::ohyp |
The documentation for this struct was generated from the following file: