FST  openfst-1.8.2
OpenFst Library
Public Types | Public Member Functions | Static Public Member Functions | List of all members
fst::FstFarWriter< A > Class Template Referencefinal

#include <far.h>

Inheritance diagram for fst::FstFarWriter< A >:
Inheritance graph
[legend]
Collaboration diagram for fst::FstFarWriter< A >:
Collaboration graph
[legend]

Public Types

using Arc = A
 
- Public Types inherited from fst::FarWriter< A >
using Arc = A
 

Public Member Functions

 FstFarWriter (const std::string &source)
 
void Add (std::string_view key, const Fst< A > &fst) final
 
FarType Type () const final
 
bool Error () const final
 
 ~FstFarWriter () final
 
- Public Member Functions inherited from fst::FarWriter< A >
virtual ~FarWriter ()
 

Static Public Member Functions

static FstFarWriterCreate (const std::string &source)
 
- Static Public Member Functions inherited from fst::FarWriter< A >
static FarWriterCreate (const std::string &source, FarType type=FarType::DEFAULT)
 

Additional Inherited Members

- Protected Member Functions inherited from fst::FarWriter< A >
 FarWriter ()
 

Detailed Description

template<class A>
class fst::FstFarWriter< A >

Definition at line 230 of file far.h.

Member Typedef Documentation

template<class A >
using fst::FstFarWriter< A >::Arc = A

Definition at line 232 of file far.h.

Constructor & Destructor Documentation

template<class A >
fst::FstFarWriter< A >::FstFarWriter ( const std::string &  source)
inlineexplicit

Definition at line 234 of file far.h.

template<class A >
fst::FstFarWriter< A >::~FstFarWriter ( )
inlinefinal

Definition at line 255 of file far.h.

Member Function Documentation

template<class A >
void fst::FstFarWriter< A >::Add ( std::string_view  key,
const Fst< A > &  fst 
)
inlinefinalvirtual

Implements fst::FarWriter< A >.

Definition at line 241 of file far.h.

template<class A >
static FstFarWriter* fst::FstFarWriter< A >::Create ( const std::string &  source)
inlinestatic

Definition at line 237 of file far.h.

template<class A >
bool fst::FstFarWriter< A >::Error ( ) const
inlinefinalvirtual

Implements fst::FarWriter< A >.

Definition at line 253 of file far.h.

template<class A >
FarType fst::FstFarWriter< A >::Type ( ) const
inlinefinalvirtual

Implements fst::FarWriter< A >.

Definition at line 251 of file far.h.


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