FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::PdtStack< StackId, Label >::StackNode Struct Reference

#include <pdt.h>

Collaboration diagram for fst::PdtStack< StackId, Label >::StackNode:
Collaboration graph
[legend]

Public Member Functions

 StackNode (StackId p, size_t i)
 

Public Attributes

StackId parent_id
 
size_t paren_id
 

Detailed Description

template<typename StackId, typename Label>
struct fst::PdtStack< StackId, Label >::StackNode

Definition at line 51 of file pdt.h.

Constructor & Destructor Documentation

template<typename StackId, typename Label>
fst::PdtStack< StackId, Label >::StackNode::StackNode ( StackId  p,
size_t  i 
)
inline

Definition at line 55 of file pdt.h.

Member Data Documentation

template<typename StackId, typename Label>
size_t fst::PdtStack< StackId, Label >::StackNode::paren_id

Definition at line 53 of file pdt.h.

template<typename StackId, typename Label>
StackId fst::PdtStack< StackId, Label >::StackNode::parent_id

Definition at line 52 of file pdt.h.


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