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

#include <far.h>

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

Public Types

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

Public Member Functions

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

Static Public Member Functions

static STListFarWriterCreate (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::STListFarWriter< A >

Definition at line 205 of file far.h.

Member Typedef Documentation

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

Definition at line 207 of file far.h.

Member Function Documentation

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

Implements fst::FarWriter< A >.

Definition at line 214 of file far.h.

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

Definition at line 209 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 220 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 218 of file far.h.


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