FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::script::PdtShortestPathOptions Struct Reference

#include <pdtscript.h>

Public Member Functions

 PdtShortestPathOptions (QueueType qt=FIFO_QUEUE, bool kp=false, bool gc=true)
 

Public Attributes

QueueType queue_type
 
bool keep_parentheses
 
bool path_gc
 

Detailed Description

Definition at line 185 of file pdtscript.h.

Constructor & Destructor Documentation

fst::script::PdtShortestPathOptions::PdtShortestPathOptions ( QueueType  qt = FIFO_QUEUE,
bool  kp = false,
bool  gc = true 
)
inlineexplicit

Definition at line 190 of file pdtscript.h.

Member Data Documentation

bool fst::script::PdtShortestPathOptions::keep_parentheses

Definition at line 187 of file pdtscript.h.

bool fst::script::PdtShortestPathOptions::path_gc

Definition at line 188 of file pdtscript.h.

QueueType fst::script::PdtShortestPathOptions::queue_type

Definition at line 186 of file pdtscript.h.


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