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

#include <far.h>

Inheritance diagram for fst::STTableFarWriter< A >:
Inheritance graph
[legend]
Collaboration diagram for fst::STTableFarWriter< 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 ()=default
 

Static Public Member Functions

static STTableFarWriterCreate (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::STTableFarWriter< A >

Definition at line 189 of file far.h.

Member Typedef Documentation

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

Definition at line 191 of file far.h.

Member Function Documentation

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

Implements fst::FarWriter< A >.

Definition at line 198 of file far.h.

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

Definition at line 193 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 204 of file far.h.

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

Implements fst::FarWriter< A >.

Definition at line 202 of file far.h.


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