FST  openfst-1.8.2.post1
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 43 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 47 of file cache.h.

Member Data Documentation

bool fst::CacheOptions::gc

Definition at line 44 of file cache.h.

size_t fst::CacheOptions::gc_limit

Definition at line 45 of file cache.h.


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