PocketSphinx 5prealpha
|
List of links from a PHMM node to its successors; one link per successor. More...
#include <allphone_search.h>
Data Fields | |
phmm_t * | phmm |
Successor PHMM node. | |
struct plink_s * | next |
Next link for parent PHMM node. | |
List of links from a PHMM node to its successors; one link per successor.
Definition at line 73 of file allphone_search.h.
struct plink_s* plink_s::next |
Next link for parent PHMM node.
Definition at line 75 of file allphone_search.h.
phmm_t* plink_s::phmm |
Successor PHMM node.
Definition at line 74 of file allphone_search.h.