FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | Public Attributes | List of all members
fst::PdtStateTuple< S, K > Struct Template Reference

#include <pdt.h>

Collaboration diagram for fst::PdtStateTuple< S, K >:
Collaboration graph
[legend]

Public Types

using StateId = S
 
using StackId = K
 

Public Member Functions

 PdtStateTuple (StateId state_id=kNoStateId, StackId stack_id=-1)
 

Public Attributes

StateId state_id
 
StackId stack_id
 

Detailed Description

template<typename S, typename K>
struct fst::PdtStateTuple< S, K >

Definition at line 139 of file pdt.h.

Member Typedef Documentation

template<typename S, typename K>
using fst::PdtStateTuple< S, K >::StackId = K

Definition at line 141 of file pdt.h.

template<typename S, typename K>
using fst::PdtStateTuple< S, K >::StateId = S

Definition at line 140 of file pdt.h.

Constructor & Destructor Documentation

template<typename S, typename K>
fst::PdtStateTuple< S, K >::PdtStateTuple ( StateId  state_id = kNoStateId,
StackId  stack_id = -1 
)
inlineexplicit

Definition at line 146 of file pdt.h.

Member Data Documentation

template<typename S, typename K>
StackId fst::PdtStateTuple< S, K >::stack_id

Definition at line 144 of file pdt.h.

template<typename S, typename K>
StateId fst::PdtStateTuple< S, K >::state_id

Definition at line 143 of file pdt.h.


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