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

#include <cache.h>

Inheritance diagram for fst::CacheOptions:
Inheritance graph
[legend]

Public Member Functions

 CacheOptions (bool gc=FST_FLAGS_fst_default_cache_gc, size_t gc_limit=FST_FLAGS_fst_default_cache_gc_limit)
 

Public Attributes

bool gc
 
size_t gc_limit
 

Detailed Description

Definition at line 50 of file cache.h.

Constructor & Destructor Documentation

fst::CacheOptions::CacheOptions ( bool  gc = FST_FLAGS_fst_default_cache_gc,
size_t  gc_limit = FST_FLAGS_fst_default_cache_gc_limit 
)
inlineexplicit

Definition at line 54 of file cache.h.

Member Data Documentation

bool fst::CacheOptions::gc

Definition at line 51 of file cache.h.

size_t fst::CacheOptions::gc_limit

Definition at line 52 of file cache.h.


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