Public Types | Public Member Functions

fst::FstRegisterer< F > Class Template Reference

#include <fst/register.h>

Inherits GenericRegisterer< FstRegister< F::Arc > >.

Collaboration diagram for fst::FstRegisterer< F >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef F::Arc Arc
typedef FstRegister< Arc >::Entry Entry
typedef FstRegister< Arc >::Reader Reader

Public Member Functions

 FstRegisterer ()

Detailed Description

template<class F>
class fst::FstRegisterer< F >

This class registers an Fst type for generic reading and creating. The Fst type must have a default constructor and a copy constructor from 'Fst<Arc>' for this to work.

Definition at line 84 of file register.h.


Member Typedef Documentation

template<class F>
typedef F::Arc fst::FstRegisterer< F >::Arc

Definition at line 87 of file register.h.

template<class F>
typedef FstRegister<Arc>::Entry fst::FstRegisterer< F >::Entry

Reimplemented from fst::GenericRegisterer< FstRegister< F::Arc > >.

Definition at line 88 of file register.h.

template<class F>
typedef FstRegister<Arc>::Reader fst::FstRegisterer< F >::Reader

Definition at line 89 of file register.h.


Constructor & Destructor Documentation

template<class F>
fst::FstRegisterer< F >::FstRegisterer (  )  [inline]

Definition at line 91 of file register.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines