FST  openfst-1.8.2
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 ()
 

Static Public Member Functions

static FarWriterCreate (const std::string &source, FarType type=FarType::DEFAULT)
 

Protected Member Functions

 FarWriter ()
 

Detailed Description

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

Definition at line 105 of file far.h.

Member Typedef Documentation

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

Definition at line 107 of file far.h.

Constructor & Destructor Documentation

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

Definition at line 121 of file far.h.

template<class A>
fst::FarWriter< A >::FarWriter ( )
inlineprotected

Definition at line 124 of file far.h.

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 ( const std::string &  source,
FarType  type = FarType::DEFAULT 
)
static

Definition at line 264 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: