FST
openfst-1.8.2.post1
OpenFst Library
|
#include <weight-class.h>
Protected Member Functions | |
std::string | ConvertKeyToSoFilename (std::string_view key) const final |
![]() | |
virtual StrToWeightImplBaseT | LoadEntryFromSharedObject (KeyLookupRef key) const |
virtual std::string | ConvertKeyToSoFilename (KeyLookupRef key) const =0 |
virtual const StrToWeightImplBaseT * | LookupEntry (KeyLookupRef key) const |
Additional Inherited Members | |
![]() | |
using | Key = std::string |
using | KeyLookupRef = typename internal::KeyLookupReferenceType< std::string >::type |
using | Entry = StrToWeightImplBaseT |
![]() | |
void | SetEntry (const std::string &key, const StrToWeightImplBaseT &entry) |
StrToWeightImplBaseT | GetEntry (KeyLookupRef key) const |
virtual | ~GenericRegister () |
![]() | |
static WeightClassRegister * | GetRegister () |
Definition at line 216 of file weight-class.h.
|
inlinefinalprotected |
Definition at line 220 of file weight-class.h.