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

#include <state-table.h>

Public Types

using StateId = typename StateTuple::StateId
 

Public Member Functions

 ComposeFingerprint ()
 
 ComposeFingerprint (StateId nstates1, StateId nstates2)
 
size_t operator() (const StateTuple &tuple) const
 

Detailed Description

template<typename StateTuple>
class fst::ComposeFingerprint< StateTuple >

Definition at line 348 of file state-table.h.

Member Typedef Documentation

template<typename StateTuple >
using fst::ComposeFingerprint< StateTuple >::StateId = typename StateTuple::StateId

Definition at line 350 of file state-table.h.

Constructor & Destructor Documentation

template<typename StateTuple >
fst::ComposeFingerprint< StateTuple >::ComposeFingerprint ( )
inline

Definition at line 353 of file state-table.h.

template<typename StateTuple >
fst::ComposeFingerprint< StateTuple >::ComposeFingerprint ( StateId  nstates1,
StateId  nstates2 
)
inline

Definition at line 358 of file state-table.h.

Member Function Documentation

template<typename StateTuple >
size_t fst::ComposeFingerprint< StateTuple >::operator() ( const StateTuple &  tuple) const
inline

Definition at line 361 of file state-table.h.


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