FST  openfst-1.8.3
OpenFst Library
Public Member Functions | List of all members
fst::TrivialCompactor< A >::State Class Reference

#include <compactors.h>

Public Member Functions

 State ()=default
 
 State (const TrivialCompactor *c, StateId s)
 
StateId GetStateId () const
 
Weight Final () const
 
size_t NumArcs () const
 
Arc GetArc (size_t i, uint32_t f) const
 

Detailed Description

template<class A>
class fst::TrivialCompactor< A >::State

Definition at line 113 of file compactors.h.

Constructor & Destructor Documentation

template<class A >
fst::TrivialCompactor< A >::State::State ( )
default
template<class A >
fst::TrivialCompactor< A >::State::State ( const TrivialCompactor c,
StateId  s 
)
inline

Definition at line 116 of file compactors.h.

Member Function Documentation

template<class A >
Weight fst::TrivialCompactor< A >::State::Final ( ) const
inline

Definition at line 121 of file compactors.h.

template<class A >
Arc fst::TrivialCompactor< A >::State::GetArc ( size_t  i,
uint32_t  f 
) const
inline

Definition at line 123 of file compactors.h.

template<class A >
StateId fst::TrivialCompactor< A >::State::GetStateId ( ) const
inline

Definition at line 120 of file compactors.h.

template<class A >
size_t fst::TrivialCompactor< A >::State::NumArcs ( ) const
inline

Definition at line 122 of file compactors.h.


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