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

#include <arcfilter.h>

Public Types

using Label = typename Arc::Label
 

Public Member Functions

 LabelArcFilter (Label label, bool match_input=true, bool keep_match=true)
 
bool operator() (const Arc &arc) const
 

Detailed Description

template<class Arc>
class fst::LabelArcFilter< Arc >

Definition at line 61 of file arcfilter.h.

Member Typedef Documentation

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

Definition at line 63 of file arcfilter.h.

Constructor & Destructor Documentation

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

Definition at line 65 of file arcfilter.h.

Member Function Documentation

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

Definition at line 69 of file arcfilter.h.


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