FST  openfst-1.8.3
OpenFst Library
Public Types | Public Member Functions | List of all members
fst::MultiLabelArcFilter< Arc > Class Template Reference

#include <arcfilter.h>

Public Types

using Label = typename Arc::Label
 

Public Member Functions

 MultiLabelArcFilter (bool match_input=true, bool keep_match=true)
 
bool operator() (const Arc &arc) const
 
void AddLabel (Label label)
 

Detailed Description

template<class Arc>
class fst::MultiLabelArcFilter< Arc >

Definition at line 82 of file arcfilter.h.

Member Typedef Documentation

template<class Arc >
using fst::MultiLabelArcFilter< Arc >::Label = typename Arc::Label

Definition at line 84 of file arcfilter.h.

Constructor & Destructor Documentation

template<class Arc >
fst::MultiLabelArcFilter< Arc >::MultiLabelArcFilter ( bool  match_input = true,
bool  keep_match = true 
)
inlineexplicit

Definition at line 86 of file arcfilter.h.

Member Function Documentation

template<class Arc >
void fst::MultiLabelArcFilter< Arc >::AddLabel ( Label  label)
inline

Definition at line 95 of file arcfilter.h.

template<class Arc >
bool fst::MultiLabelArcFilter< Arc >::operator() ( const Arc &  arc) const
inline

Definition at line 89 of file arcfilter.h.


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