TableComposeOptions Struct Reference

#include <table-matcher.h>

Inheritance diagram for TableComposeOptions:
Collaboration diagram for TableComposeOptions:

Public Member Functions

 TableComposeOptions (const TableMatcherOptions &mo, bool c=true, ComposeFilter ft=SEQUENCE_FILTER, MatchType tms=MATCH_OUTPUT)
 
 TableComposeOptions ()
 
- Public Member Functions inherited from TableMatcherOptions
 TableMatcherOptions ()
 

Public Attributes

bool connect
 
ComposeFilter filter_type
 
MatchType table_match_type
 
- Public Attributes inherited from TableMatcherOptions
float table_ratio
 
int min_table_size
 

Detailed Description

Definition at line 300 of file table-matcher.h.

Constructor & Destructor Documentation

◆ TableComposeOptions() [1/2]

TableComposeOptions ( const TableMatcherOptions mo,
bool  c = true,
ComposeFilter  ft = SEQUENCE_FILTER,
MatchType  tms = MATCH_OUTPUT 
)
inlineexplicit

◆ TableComposeOptions() [2/2]

TableComposeOptions ( )
inline

Definition at line 309 of file table-matcher.h.

309  : connect(true), filter_type(SEQUENCE_FILTER),
310  table_match_type(MATCH_OUTPUT) { }

Member Data Documentation

◆ connect

bool connect

Definition at line 301 of file table-matcher.h.

Referenced by main(), fst::TestTableMatcher(), and fst::TestTableMatcherCacheRight().

◆ filter_type

ComposeFilter filter_type

Definition at line 302 of file table-matcher.h.

Referenced by main().

◆ table_match_type

MatchType table_match_type

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