FST
openfst-1.8.2.post1
OpenFst Library
|
#include <encodemapper-class.h>
Public Member Functions | |
Reader | GetReader (std::string_view arc_type) const |
Creator | GetCreator (std::string_view arc_type) const |
![]() | |
void | SetEntry (const std::string &key, const EncodeMapperClassRegEntry< Reader, Creator > &entry) |
EncodeMapperClassRegEntry< Reader, Creator > | GetEntry (KeyLookupRef key) const |
virtual | ~GenericRegister () |
Protected Member Functions | |
std::string | ConvertKeyToSoFilename (std::string_view key) const final |
![]() | |
virtual EncodeMapperClassRegEntry< Reader, Creator > | LoadEntryFromSharedObject (KeyLookupRef key) const |
virtual std::string | ConvertKeyToSoFilename (KeyLookupRef key) const =0 |
virtual const EncodeMapperClassRegEntry< Reader, Creator > * | LookupEntry (KeyLookupRef key) const |
Additional Inherited Members | |
![]() | |
using | Key = std::string |
using | KeyLookupRef = typename internal::KeyLookupReferenceType< std::string >::type |
using | Entry = EncodeMapperClassRegEntry< Reader, Creator > |
![]() | |
static EncodeMapperClassIORegister< Reader, Creator > * | GetRegister () |
Definition at line 245 of file encodemapper-class.h.
|
inlinefinalprotected |
Definition at line 259 of file encodemapper-class.h.
|
inline |
Definition at line 254 of file encodemapper-class.h.
|
inline |
Definition at line 250 of file encodemapper-class.h.