FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Public Attributes | List of all members
fst::MPdtExpandFstOptions< Arc > Struct Template Reference

#include <expand.h>

Inheritance diagram for fst::MPdtExpandFstOptions< Arc >:
Inheritance graph
[legend]
Collaboration diagram for fst::MPdtExpandFstOptions< Arc >:
Collaboration graph
[legend]

Public Member Functions

 MPdtExpandFstOptions (const CacheOptions &opts=CacheOptions(), bool kp=false, internal::MPdtStack< typename Arc::StateId, typename Arc::Label > *s=nullptr, PdtStateTable< typename Arc::StateId, typename Arc::StateId > *st=nullptr)
 
- Public Member Functions inherited from fst::CacheOptions
 CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit)
 

Public Attributes

bool keep_parentheses
 
internal::MPdtStack< typename Arc::StateId, typename Arc::Label > * stack
 
PdtStateTable< typename Arc::StateId, typename Arc::StateId > * state_table
 
- Public Attributes inherited from fst::CacheOptions
bool gc
 
size_t gc_limit
 

Detailed Description

template<class Arc>
struct fst::MPdtExpandFstOptions< Arc >

Definition at line 44 of file expand.h.

Constructor & Destructor Documentation

template<class Arc>
fst::MPdtExpandFstOptions< Arc >::MPdtExpandFstOptions ( const CacheOptions opts = CacheOptions(),
bool  kp = false,
internal::MPdtStack< typename Arc::StateId, typename Arc::Label > *  s = nullptr,
PdtStateTable< typename Arc::StateId, typename Arc::StateId > *  st = nullptr 
)
inlineexplicit

Definition at line 49 of file expand.h.

Member Data Documentation

template<class Arc>
bool fst::MPdtExpandFstOptions< Arc >::keep_parentheses

Definition at line 45 of file expand.h.

template<class Arc>
internal::MPdtStack<typename Arc::StateId, typename Arc::Label>* fst::MPdtExpandFstOptions< Arc >::stack

Definition at line 46 of file expand.h.

template<class Arc>
PdtStateTable<typename Arc::StateId, typename Arc::StateId>* fst::MPdtExpandFstOptions< Arc >::state_table

Definition at line 47 of file expand.h.


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