Public Member Functions | Public Attributes

fst::CacheOptions Struct Reference

#include <fst/cache.h>

Inherited by fst::ComposeFstOptions< Arc, MultiEpsMatcher< Matcher< Fst< Arc > > >, MultiEpsFilter< AltSequenceComposeFilter< MultiEpsMatcher< Matcher< Fst< Arc > > > > > >, fst::ComposeFstOptions< Arc, MultiEpsMatcher< Matcher< Fst< Arc > > >, MultiEpsFilter< SequenceComposeFilter< MultiEpsMatcher< Matcher< Fst< Arc > > > > > >, fst::ClosureFstOptions, fst::CompactFstOptions, fst::ComposeFstImplOptions< M1, M2, F, T >, fst::ComposeFstOptions< A, M, F, T >, fst::DeterminizeFstOptions< Arc >, fst::ExpandFstOptions< Arc >, fst::FactorWeightOptions< Arc >, fst::MapFstOptions, fst::ReplaceFstOptions< A, T >, fst::RmEpsilonFstOptions, and fst::ReplaceFstOptions< A >.

List of all members.

Public Member Functions

 CacheOptions (bool g, size_t l)
 CacheOptions ()

Public Attributes

bool gc
 enable GC
size_t gc_limit
 # of bytes allowed before GC

Detailed Description

Definition at line 36 of file cache.h.


Constructor & Destructor Documentation

fst::CacheOptions::CacheOptions ( bool  g,
size_t  l 
) [inline]

Definition at line 41 of file cache.h.

fst::CacheOptions::CacheOptions (  )  [inline]

Definition at line 42 of file cache.h.


Member Data Documentation

enable GC

Definition at line 37 of file cache.h.

# of bytes allowed before GC

Definition at line 38 of file cache.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines