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

#include <state-table.h>

Inheritance diagram for fst::ErasableComposeStateTable< Arc, StateTuple >:
Inheritance graph
[legend]
Collaboration diagram for fst::ErasableComposeStateTable< Arc, StateTuple >:
Collaboration graph
[legend]

Public Member Functions

 ErasableComposeStateTable (const Fst< Arc > &fst1, const Fst< Arc > &fst2)
 
constexpr bool Error () const
 
- Public Member Functions inherited from fst::ErasableStateTable< StateTuple, ComposeHash< StateTuple > >
 ErasableStateTable ()
 
StateId FindState (const StateTuple &tuple)
 
const StateTupleTuple (StateId s) const
 
- Public Member Functions inherited from fst::ErasableBiTable< StateTuple::StateId, StateTuple, ComposeHash< StateTuple > >
 ErasableBiTable ()
 
StateTuple::StateId FindId (const StateTuple &entry, bool insert=true)
 
const StateTuple & FindEntry (StateTuple::StateIds) const
 
StateTuple::StateId Size () const
 
void Erase (StateTuple::StateIds)
 

Additional Inherited Members

- Public Types inherited from fst::ErasableStateTable< StateTuple, ComposeHash< StateTuple > >
using StateTuple = StateTuple
 
using StateId = typename StateTuple::StateId
 

Detailed Description

template<typename Arc, typename StateTuple>
class fst::ErasableComposeStateTable< Arc, StateTuple >

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

Constructor & Destructor Documentation

template<typename Arc , typename StateTuple >
fst::ErasableComposeStateTable< Arc, StateTuple >::ErasableComposeStateTable ( const Fst< Arc > &  fst1,
const Fst< Arc > &  fst2 
)
inline

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

Member Function Documentation

template<typename Arc , typename StateTuple >
constexpr bool fst::ErasableComposeStateTable< Arc, StateTuple >::Error ( ) const
inline

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


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