FST
openfst-1.8.4
OpenFst Library
|
#include <intersect.h>
Public Member Functions | |
IntersectFstOptions ()=default | |
IntersectFstOptions (const CacheOptions &opts, M *matcher1=nullptr, M *matcher2=nullptr, Filter *filter=nullptr, StateTable *state_table=nullptr) | |
![]() | |
ComposeFstOptions (const CacheOptions &opts=CacheOptions(), M *matcher1=nullptr, M *matcher2=nullptr, Filter *filter=nullptr, StateTable *state_table=nullptr) | |
![]() | |
CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit) | |
Additional Inherited Members | |
![]() | |
M * | matcher1 |
M * | matcher2 |
Filter * | filter |
StateTable * | state_table |
![]() | |
bool | gc |
size_t | gc_limit |
Definition at line 49 of file intersect.h.
|
default |
|
inlineexplicit |
Definition at line 53 of file intersect.h.