FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::ErasableStateTable< T, H > Class Template Reference

#include <state-table.h>

Inheritance diagram for fst::ErasableStateTable< T, H >:
Inheritance graph
[legend]
Collaboration diagram for fst::ErasableStateTable< T, H >:
Collaboration graph
[legend]

Public Types

using StateTuple = T
 
using StateId = typename StateTuple::StateId
 

Public Member Functions

 ErasableStateTable ()
 
StateId FindState (const StateTuple &tuple)
 
const StateTupleTuple (StateId s) const
 
- Public Member Functions inherited from fst::ErasableBiTable< T::StateId, T, H >
 ErasableBiTable ()
 
T::StateId FindId (const T &entry, bool insert=true)
 
const T & FindEntry (T::StateIds) const
 
T::StateId Size () const
 
void Erase (T::StateIds)
 

Detailed Description

template<class T, class H>
class fst::ErasableStateTable< T, H >

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

Member Typedef Documentation

template<class T, class H>
using fst::ErasableStateTable< T, H >::StateId = typename StateTuple::StateId

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

template<class T, class H>
using fst::ErasableStateTable< T, H >::StateTuple = T

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

Constructor & Destructor Documentation

template<class T, class H>
fst::ErasableStateTable< T, H >::ErasableStateTable ( )
inline

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

Member Function Documentation

template<class T, class H>
StateId fst::ErasableStateTable< T, H >::FindState ( const StateTuple tuple)
inline

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

template<class T, class H>
const StateTuple& fst::ErasableStateTable< T, H >::Tuple ( StateId  s) const
inline

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


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