FST
openfst-1.8.2.post1
OpenFst Library
|
#include <script-impl.h>
Public Types | |
using | ArgPack = Args |
using | OpType = void(*)(ArgPack *args) |
using | Register = GenericOperationRegister< OpType > |
using | Registerer = GenericRegisterer< Register > |
Definition at line 148 of file script-impl.h.
using fst::script::Operation< Args >::ArgPack = Args |
Definition at line 149 of file script-impl.h.
using fst::script::Operation< Args >::OpType = void (*)(ArgPack *args) |
Definition at line 151 of file script-impl.h.
using fst::script::Operation< Args >::Register = GenericOperationRegister<OpType> |
Definition at line 154 of file script-impl.h.
using fst::script::Operation< Args >::Registerer = GenericRegisterer<Register> |
Definition at line 157 of file script-impl.h.