FST  openfst-1.8.3
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 (std::string_view source)
 
void Add (std::string_view key, const Fst< A > &fst) final
 
FarType Type () const final
 
bool Error () const final
 
 ~FstFarWriter () final=default
 
- Public Member Functions inherited from fst::FarWriter< A >
virtual ~FarWriter ()=default
 

Static Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 239 of file far.h.

Member Typedef Documentation

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

Definition at line 241 of file far.h.

Constructor & Destructor Documentation

template<class A >
fst::FstFarWriter< A >::FstFarWriter ( std::string_view  source)
inlineexplicit

Definition at line 243 of file far.h.

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

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 250 of file far.h.

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

Definition at line 246 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 262 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 260 of file far.h.


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