FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | Static Public Member Functions | List of all members
fst::WeightedStringCompactor< A > Class Template Reference

#include <compact-fst.h>

Public Types

using Arc = A
 
using Label = typename Arc::Label
 
using StateId = typename Arc::StateId
 
using Weight = typename Arc::Weight
 
using Element = std::pair< Label, Weight >
 

Public Member Functions

Element Compact (StateId s, const Arc &arc) const
 
Arc Expand (StateId s, const Element &p, uint8_t flags=kArcValueFlags) const
 
constexpr ssize_t Size () const
 
constexpr uint64_t Properties () const
 
bool Compatible (const Fst< Arc > &fst) const
 
bool Write (std::ostream &strm) const
 

Static Public Member Functions

static const std::string & Type ()
 
static WeightedStringCompactorRead (std::istream &strm)
 

Detailed Description

template<class A>
class fst::WeightedStringCompactor< A >

Definition at line 1433 of file compact-fst.h.

Member Typedef Documentation

template<class A >
using fst::WeightedStringCompactor< A >::Arc = A

Definition at line 1435 of file compact-fst.h.

template<class A >
using fst::WeightedStringCompactor< A >::Element = std::pair<Label, Weight>

Definition at line 1440 of file compact-fst.h.

template<class A >
using fst::WeightedStringCompactor< A >::Label = typename Arc::Label

Definition at line 1436 of file compact-fst.h.

template<class A >
using fst::WeightedStringCompactor< A >::StateId = typename Arc::StateId

Definition at line 1437 of file compact-fst.h.

template<class A >
using fst::WeightedStringCompactor< A >::Weight = typename Arc::Weight

Definition at line 1438 of file compact-fst.h.

Member Function Documentation

template<class A >
Element fst::WeightedStringCompactor< A >::Compact ( StateId  s,
const Arc arc 
) const
inline

Definition at line 1442 of file compact-fst.h.

template<class A >
bool fst::WeightedStringCompactor< A >::Compatible ( const Fst< Arc > &  fst) const
inline

Definition at line 1456 of file compact-fst.h.

template<class A >
Arc fst::WeightedStringCompactor< A >::Expand ( StateId  s,
const Element p,
uint8_t  flags = kArcValueFlags 
) const
inline

Definition at line 1446 of file compact-fst.h.

template<class A >
constexpr uint64_t fst::WeightedStringCompactor< A >::Properties ( ) const
inline

Definition at line 1454 of file compact-fst.h.

template<class A >
static WeightedStringCompactor* fst::WeightedStringCompactor< A >::Read ( std::istream &  strm)
inlinestatic

Definition at line 1468 of file compact-fst.h.

template<class A >
constexpr ssize_t fst::WeightedStringCompactor< A >::Size ( ) const
inline

Definition at line 1452 of file compact-fst.h.

template<class A >
static const std::string& fst::WeightedStringCompactor< A >::Type ( )
inlinestatic

Definition at line 1461 of file compact-fst.h.

template<class A >
bool fst::WeightedStringCompactor< A >::Write ( std::ostream &  strm) const
inline

Definition at line 1466 of file compact-fst.h.


The documentation for this class was generated from the following file: