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

#include <far.h>

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

Public Types

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

Public Member Functions

void Reset () final
 
bool Find (std::string_view key) final
 
bool Done () const final
 
void Next () final
 
const std::string & GetKey () const final
 
const Fst< Arc > * GetFst () const final
 
FarType Type () const final
 
bool Error () const final
 
- Public Member Functions inherited from fst::FarReader< A >
virtual ~FarReader ()=default
 

Static Public Member Functions

static STTableFarReaderOpen (std::string_view source)
 
static STTableFarReaderOpen (const std::vector< std::string > &sources)
 
- Static Public Member Functions inherited from fst::FarReader< A >
static FarReaderOpen (const std::string &source)
 
static FarReaderOpen (const std::vector< std::string > &sources)
 

Additional Inherited Members

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

Detailed Description

template<class A>
class fst::STTableFarReader< A >

Definition at line 300 of file far.h.

Member Typedef Documentation

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

Definition at line 302 of file far.h.

Member Function Documentation

template<class A >
bool fst::STTableFarReader< A >::Done ( ) const
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 322 of file far.h.

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

Implements fst::FarReader< A >.

Definition at line 332 of file far.h.

template<class A >
bool fst::STTableFarReader< A >::Find ( std::string_view  key)
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 320 of file far.h.

template<class A >
const Fst<Arc>* fst::STTableFarReader< A >::GetFst ( ) const
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 328 of file far.h.

template<class A >
const std::string& fst::STTableFarReader< A >::GetKey ( ) const
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 326 of file far.h.

template<class A >
void fst::STTableFarReader< A >::Next ( )
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 324 of file far.h.

template<class A >
static STTableFarReader* fst::STTableFarReader< A >::Open ( std::string_view  source)
inlinestatic

Definition at line 304 of file far.h.

template<class A >
static STTableFarReader* fst::STTableFarReader< A >::Open ( const std::vector< std::string > &  sources)
inlinestatic

Definition at line 311 of file far.h.

template<class A >
void fst::STTableFarReader< A >::Reset ( )
inlinefinalvirtual

Implements fst::FarReader< A >.

Definition at line 318 of file far.h.

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

Implements fst::FarReader< A >.

Definition at line 330 of file far.h.


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