FST
openfst-1.8.2.post1
OpenFst Library
|
#include <script-impl.h>
Public Member Functions | |
OperationSignature | GetOperation (const std::string &operation_name, const std::string &arc_type) |
![]() | |
void | SetEntry (const std::pair< std::string, std::string > &key, const OperationSignature &entry) |
OperationSignature | GetEntry (KeyLookupRef key) const |
virtual | ~GenericRegister () |
Protected Member Functions | |
std::string | ConvertKeyToSoFilename (const std::pair< std::string, std::string > &key) const final |
![]() | |
virtual OperationSignature | LoadEntryFromSharedObject (KeyLookupRef key) const |
virtual std::string | ConvertKeyToSoFilename (KeyLookupRef key) const =0 |
virtual const OperationSignature * | LookupEntry (KeyLookupRef key) const |
Additional Inherited Members | |
![]() | |
using | Key = std::pair< std::string, std::string > |
using | KeyLookupRef = typename internal::KeyLookupReferenceType< std::pair< std::string, std::string > >::type |
using | Entry = OperationSignature |
![]() | |
static GenericOperationRegister< OperationSignature > * | GetRegister () |
Definition at line 119 of file script-impl.h.
|
inlinefinalprotected |
Definition at line 130 of file script-impl.h.
|
inline |
Definition at line 124 of file script-impl.h.