FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::ReplaceStackPrefix< Label, StateId >::PrefixTuple Struct Reference

#include <replace.h>

Public Member Functions

 PrefixTuple (Label fst_id=kNoLabel, StateId nextstate=kNoStateId)
 

Public Attributes

Label fst_id
 
StateId nextstate
 

Detailed Description

template<class Label, class StateId>
struct fst::ReplaceStackPrefix< Label, StateId >::PrefixTuple

Definition at line 181 of file replace.h.

Constructor & Destructor Documentation

template<class Label, class StateId>
fst::ReplaceStackPrefix< Label, StateId >::PrefixTuple::PrefixTuple ( Label  fst_id = kNoLabel,
StateId  nextstate = kNoStateId 
)
inline

Definition at line 182 of file replace.h.

Member Data Documentation

template<class Label, class StateId>
Label fst::ReplaceStackPrefix< Label, StateId >::PrefixTuple::fst_id

Definition at line 185 of file replace.h.

template<class Label, class StateId>
StateId fst::ReplaceStackPrefix< Label, StateId >::PrefixTuple::nextstate

Definition at line 186 of file replace.h.


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