FST  openfst-1.8.3
OpenFst Library
Public Types | List of all members
fst::script::Operation< Args > Struct Template Reference

#include <script-impl.h>

Public Types

using ArgPack = Args
 
using OpType = void(*)(ArgPack *args)
 
using Register = GenericOperationRegister< OpType >
 
using Registerer = GenericRegisterer< Register >
 

Detailed Description

template<class Args>
struct fst::script::Operation< Args >

Definition at line 152 of file script-impl.h.

Member Typedef Documentation

template<class Args >
using fst::script::Operation< Args >::ArgPack = Args

Definition at line 153 of file script-impl.h.

template<class Args >
using fst::script::Operation< Args >::OpType = void (*)(ArgPack *args)

Definition at line 155 of file script-impl.h.

template<class Args >
using fst::script::Operation< Args >::Register = GenericOperationRegister<OpType>

Definition at line 158 of file script-impl.h.

template<class Args >
using fst::script::Operation< Args >::Registerer = GenericRegisterer<Register>

Definition at line 161 of file script-impl.h.


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