FST  openfst-1.8.3
OpenFst Library
Public Member Functions | Static Public Member Functions | List of all members
fst::STListWriter< T, Writer > Class Template Reference

#include <stlist.h>

Public Member Functions

 STListWriter (std::string_view source)
 
void Add (std::string_view key, const T &t)
 
bool Error () const
 
 ~STListWriter ()
 

Static Public Member Functions

static STListWriter< T, Writer > * Create (std::string_view source)
 

Detailed Description

template<class T, class Writer>
class fst::STListWriter< T, Writer >

Definition at line 57 of file stlist.h.

Constructor & Destructor Documentation

template<class T, class Writer>
fst::STListWriter< T, Writer >::STListWriter ( std::string_view  source)
inlineexplicit

Definition at line 59 of file stlist.h.

template<class T, class Writer>
fst::STListWriter< T, Writer >::~STListWriter ( )
inline

Definition at line 96 of file stlist.h.

Member Function Documentation

template<class T, class Writer>
void fst::STListWriter< T, Writer >::Add ( std::string_view  key,
const T &  t 
)
inline

Definition at line 79 of file stlist.h.

template<class T, class Writer>
static STListWriter<T, Writer>* fst::STListWriter< T, Writer >::Create ( std::string_view  source)
inlinestatic

Definition at line 75 of file stlist.h.

template<class T, class Writer>
bool fst::STListWriter< T, Writer >::Error ( ) const
inline

Definition at line 94 of file stlist.h.


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