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

#include <closure.h>

Inheritance diagram for fst::ClosureFstOptions:
Inheritance graph
[legend]
Collaboration diagram for fst::ClosureFstOptions:
Collaboration graph
[legend]

Public Member Functions

 ClosureFstOptions (const RationalFstOptions &opts, ClosureType type=CLOSURE_STAR)
 
 ClosureFstOptions (ClosureType type=CLOSURE_STAR)
 
- 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

ClosureType type
 
- Public Attributes inherited from fst::CacheOptions
bool gc
 
size_t gc_limit
 

Detailed Description

Definition at line 79 of file closure.h.

Constructor & Destructor Documentation

fst::ClosureFstOptions::ClosureFstOptions ( const RationalFstOptions opts,
ClosureType  type = CLOSURE_STAR 
)
inlineexplicit

Definition at line 82 of file closure.h.

fst::ClosureFstOptions::ClosureFstOptions ( ClosureType  type = CLOSURE_STAR)
inlineexplicit

Definition at line 86 of file closure.h.

Member Data Documentation

ClosureType fst::ClosureFstOptions::type

Definition at line 80 of file closure.h.


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