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

#include <far.h>

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

Public Types

using Arc = A
 

Public Member Functions

virtual void Add (std::string_view key, const Fst< Arc > &fst)=0
 
virtual FarType Type () const =0
 
virtual bool Error () const =0
 
virtual ~FarWriter ()=default
 

Static Public Member Functions

static FarWriterCreate (std::string_view source, FarType type=FarType::DEFAULT)
 

Protected Member Functions

 FarWriter ()=default
 

Detailed Description

template<class A>
class fst::FarWriter< A >

Definition at line 114 of file far.h.

Member Typedef Documentation

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

Definition at line 116 of file far.h.

Constructor & Destructor Documentation

template<class A>
virtual fst::FarWriter< A >::~FarWriter ( )
virtualdefault
template<class A>
fst::FarWriter< A >::FarWriter ( )
protecteddefault

Member Function Documentation

template<class A>
virtual void fst::FarWriter< A >::Add ( std::string_view  key,
const Fst< Arc > &  fst 
)
pure virtual
template<class Arc >
FarWriter< Arc > * fst::FarWriter< Arc >::Create ( std::string_view  source,
FarType  type = FarType::DEFAULT 
)
static

Definition at line 273 of file far.h.

template<class A>
virtual bool fst::FarWriter< A >::Error ( ) const
pure virtual
template<class A>
virtual FarType fst::FarWriter< A >::Type ( ) const
pure virtual

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