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

#include <matcher-fst.h>

Public Types

using MatcherData = typename M::MatcherData
 
using Data = AddOnPair< MatcherData, MatcherData >
 
using Impl = internal::AddOnImpl< typename M::FST, Data >
 

Public Member Functions

 NullMatcherFstInit (std::shared_ptr< Impl > *)
 

Detailed Description

template<class M>
class fst::NullMatcherFstInit< M >

Definition at line 79 of file matcher-fst.h.

Member Typedef Documentation

template<class M>
using fst::NullMatcherFstInit< M >::Data = AddOnPair<MatcherData, MatcherData>

Definition at line 82 of file matcher-fst.h.

template<class M>
using fst::NullMatcherFstInit< M >::Impl = internal::AddOnImpl<typename M::FST, Data>

Definition at line 83 of file matcher-fst.h.

template<class M>
using fst::NullMatcherFstInit< M >::MatcherData = typename M::MatcherData

Definition at line 81 of file matcher-fst.h.

Constructor & Destructor Documentation

template<class M>
fst::NullMatcherFstInit< M >::NullMatcherFstInit ( std::shared_ptr< Impl > *  )
inlineexplicit

Definition at line 85 of file matcher-fst.h.


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